Html Css Color HEX #987780 Venus

📋 copy color: '#987780'

red 152 ◦ green 119 ◦ blue 128

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

Shades of Venus #987780

Tints of Venus #987780

RGB

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

 GREEN value IS 119 (46.88% from 255) = 29.82%

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

R = 38.1%
G = 29.82%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#987780 (or 0x987780) is known color: Venus. HEX triplet: 98, 77 and 80. RGB value is (152,119,128). Sum of RGB (Red+Green+Blue) = 152+119+128=399 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.10% from 399); Green value is 119 (46.88% from 255 or 29.82% from 399); Blue value is 128 (50.39% from 255 or 32.08% from 399); Max value from RGB is 152 - color contains mainly: red. Hex color #987780 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987780 is #67887F. Grayscale: #818181. Windows color (decimal): -6785152 or 8419224. OLE color: 8419224.

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

Color convert

RGB 152 119 128 -
CMYK 0 0.22 0.16 0.40
HSL 343.64º 0.14% 0.53% -
HSV(B) 343.64º 0.22% 0.6% -
XYZ 23.44 21.43 23.32 -
YUV 129.89 126.93 143.77 -
System Red Green Blue C M Y K H S L
Decimal 152 119 128 0 0.22 0.16 0.40 343.64 0.14 0.53
Hex 98 77 80 0 16 10 28 158 E 35
Octal 230 167 200 0 26 20 50 530 16 65
Binary 10011000 1110111 10000000 0 10110 10000 101000 101011000 1110 110101

Color Harmonies of #987780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987780

Black with #987780

Text Example


Text Example

White with #987780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987780; }

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

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

background-color css

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

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

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

border-color css

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

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

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