Html Css Color HEX #757561 Finch

📋 copy color: '#757561'

red 117 ◦ green 117 ◦ blue 97

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

Shades of Finch #757561

Tints of Finch #757561

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 29.31%

R = 35.35%
G = 35.35%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.17

 K value IS 0.54

RGB Variations

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

Color information

#757561 (or 0x757561) is known color: Finch. HEX triplet: 75, 75 and 61. RGB value is (117,117,97). Sum of RGB (Red+Green+Blue) = 117+117+97=331 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.35% from 331); Green value is 117 (46.09% from 255 or 35.35% from 331); Blue value is 97 (38.28% from 255 or 29.31% from 331); Max value from RGB is 117 - color contains mainly: red, green. Hex color #757561 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757561 is #8A8A9E. Grayscale: #727272. Windows color (decimal): -9079455 or 6387061. OLE color: 6387061.

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

Color convert

RGB 117 117 97 -
CMYK 0 0 0.17 0.54
HSL 60º 0.09% 0.42% -
HSV(B) 60º 0.17% 0.46% -
XYZ 15.86 17.37 13.83 -
YUV 114.72 118 129.63 -
System Red Green Blue C M Y K H S L
Decimal 117 117 97 0 0 0.17 0.54 60 0.09 0.42
Hex 75 75 61 0 0 11 36 3C 9 2A
Octal 165 165 141 0 0 21 66 74 11 52
Binary 1110101 1110101 1100001 0 0 10001 110110 111100 1001 101010

Color Harmonies of #757561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757561

Black with #757561

Text Example


Text Example

White with #757561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757561; }

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

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

background-color css

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

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

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

border-color css

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

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

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