Html Css Color HEX #757657 Finch

📋 copy color: '#757657'

red 117 ◦ green 118 ◦ blue 87

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

Shades of Finch #757657

Tints of Finch #757657

RGB

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

 GREEN value IS 118 (46.48% from 255) = 36.65%

 BLUE value IS 87 (34.38% from 255) = 27.02%

R = 36.34%
G = 36.65%
B = 27.02%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.26

 K value IS 0.54

RGB Variations

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

Color information

#757657 (or 0x757657) is known color: Finch. HEX triplet: 75, 76 and 57. RGB value is (117,118,87). Sum of RGB (Red+Green+Blue) = 117+118+87=322 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.34% from 322); Green value is 118 (46.48% from 255 or 36.65% from 322); Blue value is 87 (34.38% from 255 or 27.02% from 322); Max value from RGB is 118 - color contains mainly: green. Hex color #757657 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757657 is #8A89A8. Grayscale: #727272. Windows color (decimal): -9079209 or 5731957. OLE color: 5731957.

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

Color convert

RGB 117 118 87 -
CMYK 0.01 0 0.26 0.54
HSL 61.94º 0.15% 0.4% -
HSV(B) 61.94º 0.26% 0.46% -
XYZ 15.53 17.43 11.56 -
YUV 114.17 112.67 130.02 -
System Red Green Blue C M Y K H S L
Decimal 117 118 87 0.01 0 0.26 0.54 61.94 0.15 0.4
Hex 75 76 57 1 0 1A 36 3E F 28
Octal 165 166 127 1 0 32 66 76 17 50
Binary 1110101 1110110 1010111 1 0 11010 110110 111110 1111 101000

Color Harmonies of #757657

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757657

Black with #757657

Text Example


Text Example

White with #757657

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757657; }

 p { color: rgb(117,118,87); }

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

background-color css

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

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

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

border-color css

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

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

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