Html Css Color HEX #757757 Finch

📋 copy color: '#757757'

red 117 ◦ green 119 ◦ blue 87

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

Shades of Finch #757757

Tints of Finch #757757

RGB

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

 GREEN value IS 119 (46.88% from 255) = 36.84%

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

R = 36.22%
G = 36.84%
B = 26.93%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.27

 K value IS 0.53

RGB Variations

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

Color information

#757757 (or 0x757757) is known color: Finch. HEX triplet: 75, 77 and 57. RGB value is (117,119,87). Sum of RGB (Red+Green+Blue) = 117+119+87=323 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.22% from 323); Green value is 119 (46.88% from 255 or 36.84% from 323); Blue value is 87 (34.38% from 255 or 26.93% from 323); Max value from RGB is 119 - color contains mainly: green. Hex color #757757 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757757 is #8A88A8. Grayscale: #727272. Windows color (decimal): -9078953 or 5732213. OLE color: 5732213.

HSL color Cylindrical-coordinate representation of color #757757: hue angle of 63.75º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #757757 is Cyan = 0.02, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.53.

Color convert

RGB 117 119 87 -
CMYK 0.02 0 0.27 0.53
HSL 63.75º 0.16% 0.4% -
HSV(B) 63.75º 0.27% 0.47% -
XYZ 15.65 17.66 11.6 -
YUV 114.75 112.34 129.6 -
System Red Green Blue C M Y K H S L
Decimal 117 119 87 0.02 0 0.27 0.53 63.75 0.16 0.4
Hex 75 77 57 2 0 1B 35 40 10 28
Octal 165 167 127 2 0 33 65 100 20 50
Binary 1110101 1110111 1010111 10 0 11011 110101 1000000 10000 101000

Color Harmonies of #757757

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757757

Black with #757757

Text Example


Text Example

White with #757757

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757757; }

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

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

background-color css

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

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

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

border-color css

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

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

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