Html Css Color HEX #747864 Finch

📋 copy color: '#747864'

red 116 ◦ green 120 ◦ blue 100

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

Shades of Finch #747864

Tints of Finch #747864

RGB

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

 GREEN value IS 120 (47.27% from 255) = 35.71%

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

R = 34.52%
G = 35.71%
B = 29.76%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.17

 K value IS 0.53

RGB Variations

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

Color information

#747864 (or 0x747864) is known color: Finch. HEX triplet: 74, 78 and 64. RGB value is (116,120,100). Sum of RGB (Red+Green+Blue) = 116+120+100=336 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.52% from 336); Green value is 120 (47.27% from 255 or 35.71% from 336); Blue value is 100 (39.45% from 255 or 29.76% from 336); Max value from RGB is 120 - color contains mainly: green. Hex color #747864 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747864 is #8B879B. Grayscale: #747474. Windows color (decimal): -9144220 or 6584436. OLE color: 6584436.

HSL color Cylindrical-coordinate representation of color #747864: hue angle of 72º degrees, saturation: 0.09, 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 #747864 is Cyan = 0.03, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.53.

Color convert

RGB 116 120 100 -
CMYK 0.03 0 0.17 0.53
HSL 72º 0.09% 0.43% -
HSV(B) 72º 0.17% 0.47% -
XYZ 16.22 18.07 14.69 -
YUV 116.52 118.67 127.63 -
System Red Green Blue C M Y K H S L
Decimal 116 120 100 0.03 0 0.17 0.53 72 0.09 0.43
Hex 74 78 64 3 0 11 35 48 9 2B
Octal 164 170 144 3 0 21 65 110 11 53
Binary 1110100 1111000 1100100 11 0 10001 110101 1001000 1001 101011

Color Harmonies of #747864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747864

Black with #747864

Text Example


Text Example

White with #747864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747864; }

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

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

background-color css

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

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

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

border-color css

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

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

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