Html Css Color HEX #747566 Finch

📋 copy color: '#747566'

red 116 ◦ green 117 ◦ blue 102

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

Shades of Finch #747566

Tints of Finch #747566

RGB

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

 GREEN value IS 117 (46.09% from 255) = 34.93%

 BLUE value IS 102 (40.23% from 255) = 30.45%

R = 34.63%
G = 34.93%
B = 30.45%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.13

 K value IS 0.54

RGB Variations

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

Color information

#747566 (or 0x747566) is known color: Finch. HEX triplet: 74, 75 and 66. RGB value is (116,117,102). Sum of RGB (Red+Green+Blue) = 116+117+102=335 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.63% from 335); Green value is 117 (46.09% from 255 or 34.93% from 335); Blue value is 102 (40.23% from 255 or 30.45% from 335); Max value from RGB is 117 - color contains mainly: green. Hex color #747566 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747566 is #8B8A99. Grayscale: #737373. Windows color (decimal): -9144986 or 6714740. OLE color: 6714740.

HSL color Cylindrical-coordinate representation of color #747566: hue angle of 64º degrees, saturation: 0.07, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #747566 is Cyan = 0.01, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.54.

Color convert

RGB 116 117 102 -
CMYK 0.01 0 0.13 0.54
HSL 64º 0.07% 0.43% -
HSV(B) 64º 0.13% 0.46% -
XYZ 15.96 17.39 15.09 -
YUV 114.99 120.67 128.72 -
System Red Green Blue C M Y K H S L
Decimal 116 117 102 0.01 0 0.13 0.54 64 0.07 0.43
Hex 74 75 66 1 0 D 36 40 7 2B
Octal 164 165 146 1 0 15 66 100 7 53
Binary 1110100 1110101 1100110 1 0 1101 110110 1000000 111 101011

Color Harmonies of #747566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747566

Black with #747566

Text Example


Text Example

White with #747566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747566; }

 p { color: rgb(116,117,102); }

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

background-color css

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

 a { background-color: rgb(116,117,102); }

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

border-color css

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

 span { border-color: rgb(116,117,102); }

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