Html Css Color HEX #897D80 Venus

📋 copy color: '#897D80'

red 137 ◦ green 125 ◦ blue 128

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

Shades of Venus #897D80

Tints of Venus #897D80

RGB

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

 GREEN value IS 125 (49.22% from 255) = 32.05%

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

R = 35.13%
G = 32.05%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.07

 K value IS 0.46

RGB Variations

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

Color information

#897D80 (or 0x897D80) is known color: Venus. HEX triplet: 89, 7D and 80. RGB value is (137,125,128). Sum of RGB (Red+Green+Blue) = 137+125+128=390 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.13% from 390); Green value is 125 (49.22% from 255 or 32.05% from 390); Blue value is 128 (50.39% from 255 or 32.82% from 390); Max value from RGB is 137 - color contains mainly: red. Hex color #897D80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897D80 is #76827F. Grayscale: #808080. Windows color (decimal): -7766656 or 8420745. OLE color: 8420745.

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

Color convert

RGB 137 125 128 -
CMYK 0 0.09 0.07 0.46
HSL 345º 0.05% 0.51% -
HSV(B) 345º 0.09% 0.54% -
XYZ 21.55 21.54 23.44 -
YUV 128.93 127.48 133.76 -
System Red Green Blue C M Y K H S L
Decimal 137 125 128 0 0.09 0.07 0.46 345 0.05 0.51
Hex 89 7D 80 0 9 7 2E 159 5 33
Octal 211 175 200 0 11 7 56 531 5 63
Binary 10001001 1111101 10000000 0 1001 111 101110 101011001 101 110011

Color Harmonies of #897D80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897D80

Black with #897D80

Text Example


Text Example

White with #897D80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #897D80; }

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

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

background-color css

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

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

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

border-color css

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

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

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