Html Css Color HEX #757554 Finch

📋 copy color: '#757554'

red 117 ◦ green 117 ◦ blue 84

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

Shades of Finch #757554

Tints of Finch #757554

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 26.42%

R = 36.79%
G = 36.79%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.28

 K value IS 0.54

RGB Variations

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

Color information

#757554 (or 0x757554) is known color: Finch. HEX triplet: 75, 75 and 54. RGB value is (117,117,84). Sum of RGB (Red+Green+Blue) = 117+117+84=318 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.79% from 318); Green value is 117 (46.09% from 255 or 36.79% from 318); Blue value is 84 (33.20% from 255 or 26.42% from 318); Max value from RGB is 117 - color contains mainly: red, green. Hex color #757554 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757554 is #8A8AAB. Grayscale: #717171. Windows color (decimal): -9079468 or 5535093. OLE color: 5535093.

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

Color convert

RGB 117 117 84 -
CMYK 0 0 0.28 0.54
HSL 60º 0.16% 0.39% -
HSV(B) 60º 0.28% 0.46% -
XYZ 15.3 17.14 10.89 -
YUV 113.24 111.5 130.68 -
System Red Green Blue C M Y K H S L
Decimal 117 117 84 0 0 0.28 0.54 60 0.16 0.39
Hex 75 75 54 0 0 1C 36 3C 10 27
Octal 165 165 124 0 0 34 66 74 20 47
Binary 1110101 1110101 1010100 0 0 11100 110110 111100 10000 100111

Color Harmonies of #757554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757554

Black with #757554

Text Example


Text Example

White with #757554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757554; }

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

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

background-color css

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

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

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

border-color css

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

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

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