Html Css Color HEX #978089 Venus

📋 copy color: '#978089'

red 151 ◦ green 128 ◦ blue 137

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

Shades of Venus #978089

Tints of Venus #978089

RGB

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

 GREEN value IS 128 (50.39% from 255) = 30.77%

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

R = 36.3%
G = 30.77%
B = 32.93%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.09

 K value IS 0.41

RGB Variations

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

Color information

#978089 (or 0x978089) is known color: Venus. HEX triplet: 97, 80 and 89. RGB value is (151,128,137). Sum of RGB (Red+Green+Blue) = 151+128+137=416 (55% of max value = 765). Red value is 151 (59.38% from 255 or 36.30% from 416); Green value is 128 (50.39% from 255 or 30.77% from 416); Blue value is 137 (53.91% from 255 or 32.93% from 416); Max value from RGB is 151 - color contains mainly: red. Hex color #978089 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #978089 is #687F76. Grayscale: #878787. Windows color (decimal): -6848375 or 9011351. OLE color: 9011351.

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

Color convert

RGB 151 128 137 -
CMYK 0 0.15 0.09 0.41
HSL 336.52º 0.1% 0.55% -
HSV(B) 336.52º 0.15% 0.59% -
XYZ 25 23.82 26.95 -
YUV 135.9 128.62 138.77 -
System Red Green Blue C M Y K H S L
Decimal 151 128 137 0 0.15 0.09 0.41 336.52 0.1 0.55
Hex 97 80 89 0 F 9 29 151 A 37
Octal 227 200 211 0 17 11 51 521 12 67
Binary 10010111 10000000 10001001 0 1111 1001 101001 101010001 1010 110111

Color Harmonies of #978089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978089

Black with #978089

Text Example


Text Example

White with #978089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #978089; }

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

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

background-color css

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

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

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

border-color css

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

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

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