Html Css Color HEX #978489 Venus

📋 copy color: '#978489'

red 151 ◦ green 132 ◦ blue 137

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

Shades of Venus #978489

Tints of Venus #978489

RGB

 RED value IS 151 (59.38% from 255) = 35.95%

 GREEN value IS 132 (51.95% from 255) = 31.43%

 BLUE value IS 137 (53.91% from 255) = 32.62%

R = 35.95%
G = 31.43%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.09

 K value IS 0.41

RGB Variations

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

Color information

#978489 (or 0x978489) is known color: Venus. HEX triplet: 97, 84 and 89. RGB value is (151,132,137). Sum of RGB (Red+Green+Blue) = 151+132+137=420 (55% of max value = 765). Red value is 151 (59.38% from 255 or 35.95% from 420); Green value is 132 (51.95% from 255 or 31.43% from 420); Blue value is 137 (53.91% from 255 or 32.62% from 420); Max value from RGB is 151 - color contains mainly: red. Hex color #978489 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #978489 is #687B76. Grayscale: #8A8A8A. Windows color (decimal): -6847351 or 9012375. OLE color: 9012375.

HSL color Cylindrical-coordinate representation of color #978489: hue angle of 344.21º degrees, saturation: 0.08, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #978489 is Cyan = 0, Magento = 0.13, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 132 137 -
CMYK 0 0.13 0.09 0.41
HSL 344.21º 0.08% 0.55% -
HSV(B) 344.21º 0.13% 0.59% -
XYZ 25.53 24.89 27.13 -
YUV 138.25 127.29 137.09 -
System Red Green Blue C M Y K H S L
Decimal 151 132 137 0 0.13 0.09 0.41 344.21 0.08 0.55
Hex 97 84 89 0 D 9 29 158 8 37
Octal 227 204 211 0 15 11 51 530 10 67
Binary 10010111 10000100 10001001 0 1101 1001 101001 101011000 1000 110111

Color Harmonies of #978489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978489

Black with #978489

Text Example


Text Example

White with #978489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #978489; }

 p { color: rgb(151,132,137); }

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

background-color css

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

 a { background-color: rgb(151,132,137); }

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

border-color css

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

 span { border-color: rgb(151,132,137); }

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