Html Css Color HEX #897880 Venus

📋 copy color: '#897880'

red 137 ◦ green 120 ◦ blue 128

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

Shades of Venus #897880

Tints of Venus #897880

RGB

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

 GREEN value IS 120 (47.27% from 255) = 31.17%

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

R = 35.58%
G = 31.17%
B = 33.25%

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

#897880 (or 0x897880) is known color: Venus. HEX triplet: 89, 78 and 80. RGB value is (137,120,128). Sum of RGB (Red+Green+Blue) = 137+120+128=385 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.58% from 385); Green value is 120 (47.27% from 255 or 31.17% from 385); Blue value is 128 (50.39% from 255 or 33.25% from 385); Max value from RGB is 137 - color contains mainly: red. Hex color #897880 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897880 is #76877F. Grayscale: #7D7D7D. Windows color (decimal): -7767936 or 8419465. OLE color: 8419465.

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

Color convert

RGB 137 120 128 -
CMYK 0 0.12 0.07 0.46
HSL 331.76º 0.07% 0.5% -
HSV(B) 331.76º 0.12% 0.54% -
XYZ 20.93 20.31 23.24 -
YUV 126 129.13 135.85 -
System Red Green Blue C M Y K H S L
Decimal 137 120 128 0 0.12 0.07 0.46 331.76 0.07 0.5
Hex 89 78 80 0 C 7 2E 14C 7 32
Octal 211 170 200 0 14 7 56 514 7 62
Binary 10001001 1111000 10000000 0 1100 111 101110 101001100 111 110010

Color Harmonies of #897880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897880

Black with #897880

Text Example


Text Example

White with #897880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #897880; }

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

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

background-color css

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

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

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

border-color css

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

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

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