Html Css Color HEX #757552 Finch

📋 copy color: '#757552'

red 117 ◦ green 117 ◦ blue 82

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

Shades of Finch #757552

Tints of Finch #757552

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 25.95%

R = 37.03%
G = 37.03%
B = 25.95%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.30

 K value IS 0.54

RGB Variations

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

Color information

#757552 (or 0x757552) is known color: Finch. HEX triplet: 75, 75 and 52. RGB value is (117,117,82). Sum of RGB (Red+Green+Blue) = 117+117+82=316 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.03% from 316); Green value is 117 (46.09% from 255 or 37.03% from 316); Blue value is 82 (32.42% from 255 or 25.95% from 316); Max value from RGB is 117 - color contains mainly: red, green. Hex color #757552 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757552 is #8A8AAD. Grayscale: #717171. Windows color (decimal): -9079470 or 5404021. OLE color: 5404021.

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

Color convert

RGB 117 117 82 -
CMYK 0 0 0.30 0.54
HSL 60º 0.18% 0.39% -
HSV(B) 60º 0.3% 0.46% -
XYZ 15.22 17.11 10.48 -
YUV 113.01 110.5 130.85 -
System Red Green Blue C M Y K H S L
Decimal 117 117 82 0 0 0.30 0.54 60 0.18 0.39
Hex 75 75 52 0 0 1E 36 3C 12 27
Octal 165 165 122 0 0 36 66 74 22 47
Binary 1110101 1110101 1010010 0 0 11110 110110 111100 10010 100111

Color Harmonies of #757552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757552

Black with #757552

Text Example


Text Example

White with #757552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757552; }

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

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

background-color css

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

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

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

border-color css

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

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

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