Html Css Color HEX #987781 Venus

📋 copy color: '#987781'

red 152 ◦ green 119 ◦ blue 129

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

Shades of Venus #987781

Tints of Venus #987781

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 32.25%

R = 38%
G = 29.75%
B = 32.25%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.15

 K value IS 0.40

RGB Variations

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

Color information

#987781 (or 0x987781) is known color: Venus. HEX triplet: 98, 77 and 81. RGB value is (152,119,129). Sum of RGB (Red+Green+Blue) = 152+119+129=400 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38% from 400); Green value is 119 (46.88% from 255 or 29.75% from 400); Blue value is 129 (50.78% from 255 or 32.25% from 400); Max value from RGB is 152 - color contains mainly: red. Hex color #987781 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987781 is #67887E. Grayscale: #828282. Windows color (decimal): -6785151 or 8484760. OLE color: 8484760.

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

Color convert

RGB 152 119 129 -
CMYK 0 0.22 0.15 0.40
HSL 341.82º 0.14% 0.53% -
HSV(B) 341.82º 0.22% 0.6% -
XYZ 23.51 21.45 23.67 -
YUV 130.01 127.43 143.69 -
System Red Green Blue C M Y K H S L
Decimal 152 119 129 0 0.22 0.15 0.40 341.82 0.14 0.53
Hex 98 77 81 0 16 F 28 156 E 35
Octal 230 167 201 0 26 17 50 526 16 65
Binary 10011000 1110111 10000001 0 10110 1111 101000 101010110 1110 110101

Color Harmonies of #987781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987781

Black with #987781

Text Example


Text Example

White with #987781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987781; }

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

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

background-color css

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

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

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

border-color css

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

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

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