#8C7F37

Color #8C7F37 Highball (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Highball #8C7F37

Tints of Highball #8C7F37

Color information

#8C7F37 (or 0x8C7F37) is unknown color: approx Highball. HEX triplet: 8C, 7F and 37. RGB value is (140,127,55). Sum of RGB (Red+Green+Blue) = 140+127+55=322 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.48% from 322); Green value is 127 (50% from 255 or 39.44% from 322); Blue value is 55 (21.88% from 255 or 17.08% from 322); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7F37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C7F37 is #7380C8. Grayscale: #7A7A7A. Windows color (decimal): -7569609 or 3637132. OLE color: 3637132.

HSL color Cylindrical-coordinate representation of color #8C7F37: hue angle of 50.82º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8C7F37 is Cyan = 0, Magento = 0.09, Yellow = 0.61 and Black (K on CMYK) = 0.45.

Color convert

RGB14012755-
CMYK00.090.610.45
HSL50.82º43.59%38.24%-
HSV(B)50.82º60.71%54.9%-
XYZ19.0921.036.67-
YUV122.6889.81140.35-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 43.48%
GREEN value IS 127 (50% from 255) = 39.44%
BLUE value IS 55 (21.88% from 255) = 17.08%
R=43.48%
G=39.44%
B=17.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.61
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401275500.090.610.4550.8243.5938.24
Hex8C7F37093D2D332c26
Octal214177670117555635446
Binary10001100111111111011101001111101101101110011101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C7F37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C7F37; }

 p { color: rgb(140,127,55); }

 H1.HeaderClassName
 {
   color: #8C7F37;
 }
 .AnyTagClassName
 {
   color: #8C7F37;
 }
</style>
background-color css

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

 a { background-color: rgb(140,127,55); }

 div.DivClassName
 {
   background-color: #8C7F37;
 }
 .BgClassName
 {
   background-color: #8C7F37;
 }
</style>
border-color css

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

 span { border-color: rgb(140,127,55); }

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