Html Css Color HEX #897980 Venus

📋 copy color: '#897980'

red 137 ◦ green 121 ◦ blue 128

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

Shades of Venus #897980

Tints of Venus #897980

RGB

 RED value IS 137 (53.91% from 255) = 35.49%

 GREEN value IS 121 (47.66% from 255) = 31.35%

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

R = 35.49%
G = 31.35%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.07

 K value IS 0.46

RGB Variations

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

Color information

#897980 (or 0x897980) is known color: Venus. HEX triplet: 89, 79 and 80. RGB value is (137,121,128). Sum of RGB (Red+Green+Blue) = 137+121+128=386 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.49% from 386); Green value is 121 (47.66% from 255 or 31.35% from 386); Blue value is 128 (50.39% from 255 or 33.16% from 386); Max value from RGB is 137 - color contains mainly: red. Hex color #897980 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897980 is #76867F. Grayscale: #7E7E7E. Windows color (decimal): -7767680 or 8419721. OLE color: 8419721.

HSL color Cylindrical-coordinate representation of color #897980: hue angle of 333.75º degrees, saturation: 0.06, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #897980 is Cyan = 0, Magento = 0.12, Yellow = 0.07 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 121 128 -
CMYK 0 0.12 0.07 0.46
HSL 333.75º 0.06% 0.51% -
HSV(B) 333.75º 0.12% 0.54% -
XYZ 21.05 20.55 23.28 -
YUV 126.58 128.8 135.43 -
System Red Green Blue C M Y K H S L
Decimal 137 121 128 0 0.12 0.07 0.46 333.75 0.06 0.51
Hex 89 79 80 0 C 7 2E 14E 6 33
Octal 211 171 200 0 14 7 56 516 6 63
Binary 10001001 1111001 10000000 0 1100 111 101110 101001110 110 110011

Color Harmonies of #897980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897980

Black with #897980

Text Example


Text Example

White with #897980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #897980; }

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

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

background-color css

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

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

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

border-color css

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

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

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