Html Css Color HEX #988688 Venus

📋 copy color: '#988688'

red 152 ◦ green 134 ◦ blue 136

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

Shades of Venus #988688

Tints of Venus #988688

RGB

 RED value IS 152 (59.77% from 255) = 36.02%

 GREEN value IS 134 (52.73% from 255) = 31.75%

 BLUE value IS 136 (53.52% from 255) = 32.23%

R = 36.02%
G = 31.75%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.11

 K value IS 0.40

RGB Variations

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

Color information

#988688 (or 0x988688) is known color: Venus. HEX triplet: 98, 86 and 88. RGB value is (152,134,136). Sum of RGB (Red+Green+Blue) = 152+134+136=422 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.02% from 422); Green value is 134 (52.73% from 255 or 31.75% from 422); Blue value is 136 (53.52% from 255 or 32.23% from 422); Max value from RGB is 152 - color contains mainly: red. Hex color #988688 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988688 is #677977. Grayscale: #8B8B8B. Windows color (decimal): -6781304 or 8947352. OLE color: 8947352.

HSL color Cylindrical-coordinate representation of color #988688: hue angle of 353.33º degrees, saturation: 0.08, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #988688 is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 134 136 -
CMYK 0 0.12 0.11 0.40
HSL 353.33º 0.08% 0.56% -
HSV(B) 353.33º 0.12% 0.6% -
XYZ 25.92 25.5 26.85 -
YUV 139.61 125.96 136.84 -
System Red Green Blue C M Y K H S L
Decimal 152 134 136 0 0.12 0.11 0.40 353.33 0.08 0.56
Hex 98 86 88 0 C B 28 161 8 38
Octal 230 206 210 0 14 13 50 541 10 70
Binary 10011000 10000110 10001000 0 1100 1011 101000 101100001 1000 111000

Color Harmonies of #988688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988688

Black with #988688

Text Example


Text Example

White with #988688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988688; }

 p { color: rgb(152,134,136); }

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

background-color css

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

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

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

border-color css

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

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

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