Html Css Color HEX #757557 Finch

📋 copy color: '#757557'

red 117 ◦ green 117 ◦ blue 87

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

Shades of Finch #757557

Tints of Finch #757557

RGB

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

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

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

R = 36.45%
G = 36.45%
B = 27.1%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.26

 K value IS 0.54

RGB Variations

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

Color information

#757557 (or 0x757557) is known color: Finch. HEX triplet: 75, 75 and 57. RGB value is (117,117,87). Sum of RGB (Red+Green+Blue) = 117+117+87=321 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.45% from 321); Green value is 117 (46.09% from 255 or 36.45% from 321); Blue value is 87 (34.38% from 255 or 27.10% from 321); Max value from RGB is 117 - color contains mainly: red, green. Hex color #757557 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757557 is #8A8AA8. Grayscale: #717171. Windows color (decimal): -9079465 or 5731701. OLE color: 5731701.

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

Color convert

RGB 117 117 87 -
CMYK 0 0 0.26 0.54
HSL 60º 0.15% 0.4% -
HSV(B) 60º 0.26% 0.46% -
XYZ 15.42 17.19 11.52 -
YUV 113.58 113 130.44 -
System Red Green Blue C M Y K H S L
Decimal 117 117 87 0 0 0.26 0.54 60 0.15 0.4
Hex 75 75 57 0 0 1A 36 3C F 28
Octal 165 165 127 0 0 32 66 74 17 50
Binary 1110101 1110101 1010111 0 0 11010 110110 111100 1111 101000

Color Harmonies of #757557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757557

Black with #757557

Text Example


Text Example

White with #757557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757557; }

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

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

background-color css

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

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

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

border-color css

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

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

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