Html Css Color HEX #877D42 Highball

📋 copy color: '#877D42'

red 135 ◦ green 125 ◦ blue 66

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

Shades of Highball #877D42

Tints of Highball #877D42

RGB

 RED value IS 135 (53.13% from 255) = 41.41%

 GREEN value IS 125 (49.22% from 255) = 38.34%

 BLUE value IS 66 (26.17% from 255) = 20.25%

R = 41.41%
G = 38.34%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.51

 K value IS 0.47

RGB Variations

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

Color information

#877D42 (or 0x877D42) is known color: Highball. HEX triplet: 87, 7D and 42. RGB value is (135,125,66). Sum of RGB (Red+Green+Blue) = 135+125+66=326 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.41% from 326); Green value is 125 (49.22% from 255 or 38.34% from 326); Blue value is 66 (26.17% from 255 or 20.25% from 326); Max value from RGB is 135 - color contains mainly: red. Hex color #877D42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #877D42 is #7882BD. Grayscale: #797979. Windows color (decimal): -7897790 or 4357511. OLE color: 4357511.

HSL color Cylindrical-coordinate representation of color #877D42: hue angle of 51.3º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #877D42 is Cyan = 0, Magento = 0.07, Yellow = 0.51 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 125 66 -
CMYK 0 0.07 0.51 0.47
HSL 51.3º 0.34% 0.39% -
HSV(B) 51.3º 0.51% 0.53% -
XYZ 18.31 20.21 8.09 -
YUV 121.26 96.81 137.8 -
System Red Green Blue C M Y K H S L
Decimal 135 125 66 0 0.07 0.51 0.47 51.3 0.34 0.39
Hex 87 7D 42 0 7 33 2F 33 22 27
Octal 207 175 102 0 7 63 57 63 42 47
Binary 10000111 1111101 1000010 0 111 110011 101111 110011 100010 100111

Color Harmonies of #877D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877D42

Black with #877D42

Text Example


Text Example

White with #877D42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #877D42; }

 p { color: rgb(135,125,66); }

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

background-color css

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

 a { background-color: rgb(135,125,66); }

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

border-color css

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

 span { border-color: rgb(135,125,66); }

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