Html Css Color HEX #88874B Highball

📋 copy color: '#88874B'

red 136 ◦ green 135 ◦ blue 75

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

Shades of Highball #88874B

Tints of Highball #88874B

RGB

 RED value IS 136 (53.52% from 255) = 39.31%

 GREEN value IS 135 (53.13% from 255) = 39.02%

 BLUE value IS 75 (29.69% from 255) = 21.68%

R = 39.31%
G = 39.02%
B = 21.68%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.45

 K value IS 0.47

RGB Variations

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

Color information

#88874B (or 0x88874B) is known color: Highball. HEX triplet: 88, 87 and 4B. RGB value is (136,135,75). Sum of RGB (Red+Green+Blue) = 136+135+75=346 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.31% from 346); Green value is 135 (53.12% from 255 or 39.02% from 346); Blue value is 75 (29.69% from 255 or 21.68% from 346); Max value from RGB is 136 - color contains mainly: red. Hex color #88874B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #88874B is #7778B4. Grayscale: #808080. Windows color (decimal): -7829685 or 4949896. OLE color: 4949896.

HSL color Cylindrical-coordinate representation of color #88874B: hue angle of 59.02º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #88874B is Cyan = 0, Magento = 0.01, Yellow = 0.45 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 135 75 -
CMYK 0 0.01 0.45 0.47
HSL 59.02º 0.29% 0.41% -
HSV(B) 59.02º 0.45% 0.53% -
XYZ 20.09 23.07 10.05 -
YUV 128.46 97.83 133.38 -
System Red Green Blue C M Y K H S L
Decimal 136 135 75 0 0.01 0.45 0.47 59.02 0.29 0.41
Hex 88 87 4B 0 1 2D 2F 3B 1D 29
Octal 210 207 113 0 1 55 57 73 35 51
Binary 10001000 10000111 1001011 0 1 101101 101111 111011 11101 101001

Color Harmonies of #88874B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88874B

Black with #88874B

Text Example


Text Example

White with #88874B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88874B; }

 p { color: rgb(136,135,75); }

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

background-color css

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

 a { background-color: rgb(136,135,75); }

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

border-color css

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

 span { border-color: rgb(136,135,75); }

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