Html Css Color HEX #987B85 Venus

📋 copy color: '#987B85'

red 152 ◦ green 123 ◦ blue 133

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

Shades of Venus #987B85

Tints of Venus #987B85

RGB

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

 GREEN value IS 123 (48.44% from 255) = 30.15%

 BLUE value IS 133 (52.34% from 255) = 32.6%

R = 37.25%
G = 30.15%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.13

 K value IS 0.40

RGB Variations

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

Color information

#987B85 (or 0x987B85) is known color: Venus. HEX triplet: 98, 7B and 85. RGB value is (152,123,133). Sum of RGB (Red+Green+Blue) = 152+123+133=408 (54% of max value = 765). Red value is 152 (59.77% from 255 or 37.25% from 408); Green value is 123 (48.44% from 255 or 30.15% from 408); Blue value is 133 (52.34% from 255 or 32.60% from 408); Max value from RGB is 152 - color contains mainly: red. Hex color #987B85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987B85 is #67847A. Grayscale: #848484. Windows color (decimal): -6784123 or 8747928. OLE color: 8747928.

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

Color convert

RGB 152 123 133 -
CMYK 0 0.19 0.13 0.40
HSL 339.31º 0.12% 0.54% -
HSV(B) 339.31º 0.19% 0.6% -
XYZ 24.27 22.53 25.26 -
YUV 132.81 128.11 141.69 -
System Red Green Blue C M Y K H S L
Decimal 152 123 133 0 0.19 0.13 0.40 339.31 0.12 0.54
Hex 98 7B 85 0 13 D 28 153 C 36
Octal 230 173 205 0 23 15 50 523 14 66
Binary 10011000 1111011 10000101 0 10011 1101 101000 101010011 1100 110110

Color Harmonies of #987B85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987B85

Black with #987B85

Text Example


Text Example

White with #987B85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987B85; }

 p { color: rgb(152,123,133); }

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

background-color css

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

 a { background-color: rgb(152,123,133); }

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

border-color css

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

 span { border-color: rgb(152,123,133); }

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