Html Css Color HEX #987886 Venus

📋 copy color: '#987886'

red 152 ◦ green 120 ◦ blue 134

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

Shades of Venus #987886

Tints of Venus #987886

RGB

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

 GREEN value IS 120 (47.27% from 255) = 29.56%

 BLUE value IS 134 (52.73% from 255) = 33%

R = 37.44%
G = 29.56%
B = 33%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.12

 K value IS 0.40

RGB Variations

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

Color information

#987886 (or 0x987886) is known color: Venus. HEX triplet: 98, 78 and 86. RGB value is (152,120,134). Sum of RGB (Red+Green+Blue) = 152+120+134=406 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.44% from 406); Green value is 120 (47.27% from 255 or 29.56% from 406); Blue value is 134 (52.73% from 255 or 33.00% from 406); Max value from RGB is 152 - color contains mainly: red. Hex color #987886 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987886 is #678779. Grayscale: #838383. Windows color (decimal): -6784890 or 8812696. OLE color: 8812696.

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

Color convert

RGB 152 120 134 -
CMYK 0 0.21 0.12 0.40
HSL 333.75º 0.13% 0.53% -
HSV(B) 333.75º 0.21% 0.6% -
XYZ 23.97 21.83 25.5 -
YUV 131.16 129.6 142.86 -
System Red Green Blue C M Y K H S L
Decimal 152 120 134 0 0.21 0.12 0.40 333.75 0.13 0.53
Hex 98 78 86 0 15 C 28 14E D 35
Octal 230 170 206 0 25 14 50 516 15 65
Binary 10011000 1111000 10000110 0 10101 1100 101000 101001110 1101 110101

Color Harmonies of #987886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987886

Black with #987886

Text Example


Text Example

White with #987886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987886; }

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

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

background-color css

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

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

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

border-color css

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

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

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