Html Css Color HEX #987883 Venus

📋 copy color: '#987883'

red 152 ◦ green 120 ◦ blue 131

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

Shades of Venus #987883

Tints of Venus #987883

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 32.51%

R = 37.72%
G = 29.78%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.14

 K value IS 0.40

RGB Variations

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

Color information

#987883 (or 0x987883) is known color: Venus. HEX triplet: 98, 78 and 83. RGB value is (152,120,131). Sum of RGB (Red+Green+Blue) = 152+120+131=403 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.72% from 403); Green value is 120 (47.27% from 255 or 29.78% from 403); Blue value is 131 (51.56% from 255 or 32.51% from 403); Max value from RGB is 152 - color contains mainly: red. Hex color #987883 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987883 is #67877C. Grayscale: #828282. Windows color (decimal): -6784893 or 8616088. OLE color: 8616088.

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

Color convert

RGB 152 120 131 -
CMYK 0 0.21 0.14 0.40
HSL 339.38º 0.13% 0.53% -
HSV(B) 339.38º 0.21% 0.6% -
XYZ 23.76 21.75 24.42 -
YUV 130.82 128.1 143.11 -
System Red Green Blue C M Y K H S L
Decimal 152 120 131 0 0.21 0.14 0.40 339.38 0.13 0.53
Hex 98 78 83 0 15 E 28 153 D 35
Octal 230 170 203 0 25 16 50 523 15 65
Binary 10011000 1111000 10000011 0 10101 1110 101000 101010011 1101 110101

Color Harmonies of #987883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987883

Black with #987883

Text Example


Text Example

White with #987883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987883; }

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

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

background-color css

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

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

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

border-color css

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

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

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