Html Css Color HEX #757550 Finch

📋 copy color: '#757550'

red 117 ◦ green 117 ◦ blue 80

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

Shades of Finch #757550

Tints of Finch #757550

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 25.48%

R = 37.26%
G = 37.26%
B = 25.48%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.32

 K value IS 0.54

RGB Variations

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

Color information

#757550 (or 0x757550) is known color: Finch. HEX triplet: 75, 75 and 50. RGB value is (117,117,80). Sum of RGB (Red+Green+Blue) = 117+117+80=314 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.26% from 314); Green value is 117 (46.09% from 255 or 37.26% from 314); Blue value is 80 (31.64% from 255 or 25.48% from 314); Max value from RGB is 117 - color contains mainly: red, green. Hex color #757550 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757550 is #8A8AAF. Grayscale: #707070. Windows color (decimal): -9079472 or 5272949. OLE color: 5272949.

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

Color convert

RGB 117 117 80 -
CMYK 0 0 0.32 0.54
HSL 60º 0.19% 0.39% -
HSV(B) 60º 0.32% 0.46% -
XYZ 15.15 17.08 10.09 -
YUV 112.78 109.5 131.01 -
System Red Green Blue C M Y K H S L
Decimal 117 117 80 0 0 0.32 0.54 60 0.19 0.39
Hex 75 75 50 0 0 20 36 3C 13 27
Octal 165 165 120 0 0 40 66 74 23 47
Binary 1110101 1110101 1010000 0 0 100000 110110 111100 10011 100111

Color Harmonies of #757550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757550

Black with #757550

Text Example


Text Example

White with #757550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757550; }

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

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

background-color css

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

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

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

border-color css

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

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

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