Html Css Color HEX #987782 Venus

📋 copy color: '#987782'

red 152 ◦ green 119 ◦ blue 130

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

Shades of Venus #987782

Tints of Venus #987782

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 32.42%

R = 37.91%
G = 29.68%
B = 32.42%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.14

 K value IS 0.40

RGB Variations

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

Color information

#987782 (or 0x987782) is known color: Venus. HEX triplet: 98, 77 and 82. RGB value is (152,119,130). Sum of RGB (Red+Green+Blue) = 152+119+130=401 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.91% from 401); Green value is 119 (46.88% from 255 or 29.68% from 401); Blue value is 130 (51.17% from 255 or 32.42% from 401); Max value from RGB is 152 - color contains mainly: red. Hex color #987782 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987782 is #67887D. Grayscale: #828282. Windows color (decimal): -6785150 or 8550296. OLE color: 8550296.

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

Color convert

RGB 152 119 130 -
CMYK 0 0.22 0.14 0.40
HSL 340º 0.14% 0.53% -
HSV(B) 340º 0.22% 0.6% -
XYZ 23.57 21.48 24.02 -
YUV 130.12 127.93 143.61 -
System Red Green Blue C M Y K H S L
Decimal 152 119 130 0 0.22 0.14 0.40 340 0.14 0.53
Hex 98 77 82 0 16 E 28 154 E 35
Octal 230 167 202 0 26 16 50 524 16 65
Binary 10011000 1110111 10000010 0 10110 1110 101000 101010100 1110 110101

Color Harmonies of #987782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987782

Black with #987782

Text Example


Text Example

White with #987782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987782; }

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

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

background-color css

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

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

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

border-color css

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

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

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