Html Css Color HEX #88884B Highball

📋 copy color: '#88884B'

red 136 ◦ green 136 ◦ blue 75

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

Shades of Highball #88884B

Tints of Highball #88884B

RGB

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

 GREEN value IS 136 (53.52% from 255) = 39.19%

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

R = 39.19%
G = 39.19%
B = 21.61%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.45

 K value IS 0.47

RGB Variations

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

Color information

#88884B (or 0x88884B) is known color: Highball. HEX triplet: 88, 88 and 4B. RGB value is (136,136,75). Sum of RGB (Red+Green+Blue) = 136+136+75=347 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.19% from 347); Green value is 136 (53.52% from 255 or 39.19% from 347); Blue value is 75 (29.69% from 255 or 21.61% from 347); Max value from RGB is 136 - color contains mainly: red, green. Hex color #88884B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #88884B is #7777B4. Grayscale: #818181. Windows color (decimal): -7829429 or 4950152. OLE color: 4950152.

HSL color Cylindrical-coordinate representation of color #88884B: hue angle of 60º 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 #88884B is Cyan = 0, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 136 75 -
CMYK 0 0 0.45 0.47
HSL 60º 0.29% 0.41% -
HSV(B) 60º 0.45% 0.53% -
XYZ 20.23 23.35 10.1 -
YUV 129.05 97.5 132.96 -
System Red Green Blue C M Y K H S L
Decimal 136 136 75 0 0 0.45 0.47 60 0.29 0.41
Hex 88 88 4B 0 0 2D 2F 3C 1D 29
Octal 210 210 113 0 0 55 57 74 35 51
Binary 10001000 10001000 1001011 0 0 101101 101111 111100 11101 101001

Color Harmonies of #88884B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88884B

Black with #88884B

Text Example


Text Example

White with #88884B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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