Html Css Color HEX #987682 Venus

📋 copy color: '#987682'

red 152 ◦ green 118 ◦ blue 130

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

Shades of Venus #987682

Tints of Venus #987682

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 32.5%

R = 38%
G = 29.5%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.14

 K value IS 0.40

RGB Variations

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

Color information

#987682 (or 0x987682) is known color: Venus. HEX triplet: 98, 76 and 82. RGB value is (152,118,130). Sum of RGB (Red+Green+Blue) = 152+118+130=400 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38% from 400); Green value is 118 (46.48% from 255 or 29.5% from 400); Blue value is 130 (51.17% from 255 or 32.5% from 400); Max value from RGB is 152 - color contains mainly: red. Hex color #987682 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987682 is #67897D. Grayscale: #818181. Windows color (decimal): -6785406 or 8550040. OLE color: 8550040.

HSL color Cylindrical-coordinate representation of color #987682: hue angle of 338.82º 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 #987682 is Cyan = 0, Magento = 0.22, Yellow = 0.14 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 118 130 -
CMYK 0 0.22 0.14 0.40
HSL 338.82º 0.14% 0.53% -
HSV(B) 338.82º 0.22% 0.6% -
XYZ 23.46 21.24 23.98 -
YUV 129.53 128.26 144.02 -
System Red Green Blue C M Y K H S L
Decimal 152 118 130 0 0.22 0.14 0.40 338.82 0.14 0.53
Hex 98 76 82 0 16 E 28 153 E 35
Octal 230 166 202 0 26 16 50 523 16 65
Binary 10011000 1110110 10000010 0 10110 1110 101000 101010011 1110 110101

Color Harmonies of #987682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987682

Black with #987682

Text Example


Text Example

White with #987682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987682; }

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

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

background-color css

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

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

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

border-color css

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

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

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