Html Css Color HEX #757564 Finch

📋 copy color: '#757564'

red 117 ◦ green 117 ◦ blue 100

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

Shades of Finch #757564

Tints of Finch #757564

RGB

 RED value IS 117 (46.09% from 255) = 35.03%

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

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

R = 35.03%
G = 35.03%
B = 29.94%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.15

 K value IS 0.54

RGB Variations

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

Color information

#757564 (or 0x757564) is known color: Finch. HEX triplet: 75, 75 and 64. RGB value is (117,117,100). Sum of RGB (Red+Green+Blue) = 117+117+100=334 (44% of max value = 765). Red value is 117 (46.09% from 255 or 35.03% from 334); Green value is 117 (46.09% from 255 or 35.03% from 334); Blue value is 100 (39.45% from 255 or 29.94% from 334); Max value from RGB is 117 - color contains mainly: red, green. Hex color #757564 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757564 is #8A8A9B. Grayscale: #737373. Windows color (decimal): -9079452 or 6583669. OLE color: 6583669.

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

Color convert

RGB 117 117 100 -
CMYK 0 0 0.15 0.54
HSL 60º 0.08% 0.43% -
HSV(B) 60º 0.15% 0.46% -
XYZ 16 17.42 14.58 -
YUV 115.06 119.5 129.38 -
System Red Green Blue C M Y K H S L
Decimal 117 117 100 0 0 0.15 0.54 60 0.08 0.43
Hex 75 75 64 0 0 F 36 3C 8 2B
Octal 165 165 144 0 0 17 66 74 10 53
Binary 1110101 1110101 1100100 0 0 1111 110110 111100 1000 101011

Color Harmonies of #757564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757564

Black with #757564

Text Example


Text Example

White with #757564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757564; }

 p { color: rgb(117,117,100); }

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

background-color css

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

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

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

border-color css

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

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

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