Html Css Color HEX #757566 Finch

📋 copy color: '#757566'

red 117 ◦ green 117 ◦ blue 102

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

Shades of Finch #757566

Tints of Finch #757566

RGB

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

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

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

R = 34.82%
G = 34.82%
B = 30.36%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.13

 K value IS 0.54

RGB Variations

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

Color information

#757566 (or 0x757566) is known color: Finch. HEX triplet: 75, 75 and 66. RGB value is (117,117,102). Sum of RGB (Red+Green+Blue) = 117+117+102=336 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.82% from 336); Green value is 117 (46.09% from 255 or 34.82% from 336); Blue value is 102 (40.23% from 255 or 30.36% from 336); Max value from RGB is 117 - color contains mainly: red, green. Hex color #757566 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757566 is #8A8A99. Grayscale: #737373. Windows color (decimal): -9079450 or 6714741. OLE color: 6714741.

HSL color Cylindrical-coordinate representation of color #757566: hue angle of 60º 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 #757566 is Cyan = 0, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 117 102 -
CMYK 0 0 0.13 0.54
HSL 60º 0.07% 0.43% -
HSV(B) 60º 0.13% 0.46% -
XYZ 16.1 17.46 15.09 -
YUV 115.29 120.5 129.22 -
System Red Green Blue C M Y K H S L
Decimal 117 117 102 0 0 0.13 0.54 60 0.07 0.43
Hex 75 75 66 0 0 D 36 3C 7 2B
Octal 165 165 146 0 0 15 66 74 7 53
Binary 1110101 1110101 1100110 0 0 1101 110110 111100 111 101011

Color Harmonies of #757566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757566

Black with #757566

Text Example


Text Example

White with #757566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757566; }

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

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

background-color css

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

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

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

border-color css

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

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

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