Html Css Color HEX #747964 Finch

📋 copy color: '#747964'

red 116 ◦ green 121 ◦ blue 100

#747964
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Finch #747964

Tints of Finch #747964

RGB

 RED value IS 116 (45.7% from 255) = 34.42%

 GREEN value IS 121 (47.66% from 255) = 35.91%

 BLUE value IS 100 (39.45% from 255) = 29.67%

R = 34.42%
G = 35.91%
B = 29.67%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.17

 K value IS 0.53

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#747964 (or 0x747964) is known color: Finch. HEX triplet: 74, 79 and 64. RGB value is (116,121,100). Sum of RGB (Red+Green+Blue) = 116+121+100=337 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.42% from 337); Green value is 121 (47.66% from 255 or 35.91% from 337); Blue value is 100 (39.45% from 255 or 29.67% from 337); Max value from RGB is 121 - color contains mainly: green. Hex color #747964 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747964 is #8B869B. Grayscale: #757575. Windows color (decimal): -9143964 or 6584692. OLE color: 6584692.

HSL color Cylindrical-coordinate representation of color #747964: hue angle of 74.29º degrees, saturation: 0.1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #747964 is Cyan = 0.04, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.53.

Color convert

RGB 116 121 100 -
CMYK 0.04 0 0.17 0.53
HSL 74.29º 0.1% 0.43% -
HSV(B) 74.29º 0.17% 0.47% -
XYZ 16.34 18.31 14.73 -
YUV 117.11 118.34 127.21 -
System Red Green Blue C M Y K H S L
Decimal 116 121 100 0.04 0 0.17 0.53 74.29 0.1 0.43
Hex 74 79 64 4 0 11 35 4A A 2B
Octal 164 171 144 4 0 21 65 112 12 53
Binary 1110100 1111001 1100100 100 0 10001 110101 1001010 1010 101011

Color Harmonies of #747964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747964

Black with #747964

Text Example


Text Example

White with #747964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747964; }

 p { color: rgb(116,121,100); }

 H1.HeaderClassName
 {
   color: #747964;
 }
 .AnyTagClassName
 {
   color: #747964;
 }
</style>

background-color css

<style>
 a { background-color: #747964; }

 a { background-color: rgb(116,121,100); }

 div.DivClassName
 {
   background-color: #747964;
 }
 .BgClassName
 {
   background-color: #747964;
 }
</style>

border-color css

<style>
 span { border-color: #747964; }

 span { border-color: rgb(116,121,100); }

 td.TdClassName
 {
   border-color: #747964;
 }
 .TagClassName
 {
   border-color: #747964;
 }
</style>