Html Css Color HEX #88884A Highball

📋 copy color: '#88884A'

red 136 ◦ green 136 ◦ blue 74

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

Shades of Highball #88884A

Tints of Highball #88884A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 21.39%

R = 39.31%
G = 39.31%
B = 21.39%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.46

 K value IS 0.47

RGB Variations

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

Color information

#88884A (or 0x88884A) is known color: Highball. HEX triplet: 88, 88 and 4A. RGB value is (136,136,74). Sum of RGB (Red+Green+Blue) = 136+136+74=346 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.31% from 346); Green value is 136 (53.52% from 255 or 39.31% from 346); Blue value is 74 (29.30% from 255 or 21.39% from 346); Max value from RGB is 136 - color contains mainly: red, green. Hex color #88884A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #88884A is #7777B5. Grayscale: #818181. Windows color (decimal): -7829430 or 4884616. OLE color: 4884616.

HSL color Cylindrical-coordinate representation of color #88884A: hue angle of 60º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #88884A is Cyan = 0, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 136 74 -
CMYK 0 0 0.46 0.47
HSL 60º 0.3% 0.41% -
HSV(B) 60º 0.46% 0.53% -
XYZ 20.19 23.34 9.92 -
YUV 128.93 97 133.04 -
System Red Green Blue C M Y K H S L
Decimal 136 136 74 0 0 0.46 0.47 60 0.3 0.41
Hex 88 88 4A 0 0 2E 2F 3C 1E 29
Octal 210 210 112 0 0 56 57 74 36 51
Binary 10001000 10001000 1001010 0 0 101110 101111 111100 11110 101001

Color Harmonies of #88884A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88884A

Black with #88884A

Text Example


Text Example

White with #88884A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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