Html Css Color HEX #888084 Venus

📋 copy color: '#888084'

red 136 ◦ green 128 ◦ blue 132

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

Shades of Venus #888084

Tints of Venus #888084

RGB

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

 GREEN value IS 128 (50.39% from 255) = 32.32%

 BLUE value IS 132 (51.95% from 255) = 33.33%

R = 34.34%
G = 32.32%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.03

 K value IS 0.47

RGB Variations

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

Color information

#888084 (or 0x888084) is known color: Venus. HEX triplet: 88, 80 and 84. RGB value is (136,128,132). Sum of RGB (Red+Green+Blue) = 136+128+132=396 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.34% from 396); Green value is 128 (50.39% from 255 or 32.32% from 396); Blue value is 132 (51.95% from 255 or 33.33% from 396); Max value from RGB is 136 - color contains mainly: red. Hex color #888084 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888084 is #777F7B. Grayscale: #828282. Windows color (decimal): -7831420 or 8683656. OLE color: 8683656.

HSL color Cylindrical-coordinate representation of color #888084: hue angle of 330º degrees, saturation: 0.03, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #888084 is Cyan = 0, Magento = 0.06, Yellow = 0.03 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 128 132 -
CMYK 0 0.06 0.03 0.47
HSL 330º 0.03% 0.52% -
HSV(B) 330º 0.06% 0.53% -
XYZ 22.04 22.34 24.98 -
YUV 130.85 128.65 131.67 -
System Red Green Blue C M Y K H S L
Decimal 136 128 132 0 0.06 0.03 0.47 330 0.03 0.52
Hex 88 80 84 0 6 3 2F 14A 3 34
Octal 210 200 204 0 6 3 57 512 3 64
Binary 10001000 10000000 10000100 0 110 11 101111 101001010 11 110100

Color Harmonies of #888084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888084

Black with #888084

Text Example


Text Example

White with #888084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888084; }

 p { color: rgb(136,128,132); }

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

background-color css

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

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

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

border-color css

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

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

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