Html Css Color HEX #987684 Venus

📋 copy color: '#987684'

red 152 ◦ green 118 ◦ blue 132

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

Shades of Venus #987684

Tints of Venus #987684

RGB

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

 GREEN value IS 118 (46.48% from 255) = 29.35%

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

R = 37.81%
G = 29.35%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.13

 K value IS 0.40

RGB Variations

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

Color information

#987684 (or 0x987684) is known color: Venus. HEX triplet: 98, 76 and 84. RGB value is (152,118,132). Sum of RGB (Red+Green+Blue) = 152+118+132=402 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.81% from 402); Green value is 118 (46.48% from 255 or 29.35% from 402); Blue value is 132 (51.95% from 255 or 32.84% from 402); Max value from RGB is 152 - color contains mainly: red. Hex color #987684 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987684 is #67897B. Grayscale: #818181. Windows color (decimal): -6785404 or 8681112. OLE color: 8681112.

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

Color convert

RGB 152 118 132 -
CMYK 0 0.22 0.13 0.40
HSL 335.29º 0.14% 0.53% -
HSV(B) 335.29º 0.22% 0.6% -
XYZ 23.59 21.3 24.7 -
YUV 129.76 129.26 143.86 -
System Red Green Blue C M Y K H S L
Decimal 152 118 132 0 0.22 0.13 0.40 335.29 0.14 0.53
Hex 98 76 84 0 16 D 28 14F E 35
Octal 230 166 204 0 26 15 50 517 16 65
Binary 10011000 1110110 10000100 0 10110 1101 101000 101001111 1110 110101

Color Harmonies of #987684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987684

Black with #987684

Text Example


Text Example

White with #987684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987684; }

 p { color: rgb(152,118,132); }

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

background-color css

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

 a { background-color: rgb(152,118,132); }

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

border-color css

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

 span { border-color: rgb(152,118,132); }

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