Html Css Color HEX #987380 Venus

📋 copy color: '#987380'

red 152 ◦ green 115 ◦ blue 128

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

Shades of Venus #987380

Tints of Venus #987380

RGB

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

 GREEN value IS 115 (45.31% from 255) = 29.11%

 BLUE value IS 128 (50.39% from 255) = 32.41%

R = 38.48%
G = 29.11%
B = 32.41%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#987380 (or 0x987380) is known color: Venus. HEX triplet: 98, 73 and 80. RGB value is (152,115,128). Sum of RGB (Red+Green+Blue) = 152+115+128=395 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.48% from 395); Green value is 115 (45.31% from 255 or 29.11% from 395); Blue value is 128 (50.39% from 255 or 32.41% from 395); Max value from RGB is 152 - color contains mainly: red. Hex color #987380 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987380 is #678C7F. Grayscale: #7F7F7F. Windows color (decimal): -6786176 or 8418200. OLE color: 8418200.

HSL color Cylindrical-coordinate representation of color #987380: hue angle of 338.92º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #987380 is Cyan = 0, Magento = 0.24, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 115 128 -
CMYK 0 0.24 0.16 0.40
HSL 338.92º 0.15% 0.52% -
HSV(B) 338.92º 0.24% 0.6% -
XYZ 22.98 20.5 23.17 -
YUV 127.55 128.26 145.44 -
System Red Green Blue C M Y K H S L
Decimal 152 115 128 0 0.24 0.16 0.40 338.92 0.15 0.52
Hex 98 73 80 0 18 10 28 153 F 34
Octal 230 163 200 0 30 20 50 523 17 64
Binary 10011000 1110011 10000000 0 11000 10000 101000 101010011 1111 110100

Color Harmonies of #987380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987380

Black with #987380

Text Example


Text Example

White with #987380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987380; }

 p { color: rgb(152,115,128); }

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

background-color css

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

 a { background-color: rgb(152,115,128); }

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

border-color css

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

 span { border-color: rgb(152,115,128); }

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