Html Css Color HEX #897D81 Venus

📋 copy color: '#897D81'

red 137 ◦ green 125 ◦ blue 129

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

Shades of Venus #897D81

Tints of Venus #897D81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 32.99%

R = 35.04%
G = 31.97%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.06

 K value IS 0.46

RGB Variations

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

Color information

#897D81 (or 0x897D81) is known color: Venus. HEX triplet: 89, 7D and 81. RGB value is (137,125,129). Sum of RGB (Red+Green+Blue) = 137+125+129=391 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.04% from 391); Green value is 125 (49.22% from 255 or 31.97% from 391); Blue value is 129 (50.78% from 255 or 32.99% from 391); Max value from RGB is 137 - color contains mainly: red. Hex color #897D81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897D81 is #76827E. Grayscale: #818181. Windows color (decimal): -7766655 or 8486281. OLE color: 8486281.

HSL color Cylindrical-coordinate representation of color #897D81: hue angle of 340º 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 #897D81 is Cyan = 0, Magento = 0.09, Yellow = 0.06 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 125 129 -
CMYK 0 0.09 0.06 0.46
HSL 340º 0.05% 0.51% -
HSV(B) 340º 0.09% 0.54% -
XYZ 21.61 21.57 23.79 -
YUV 129.04 127.98 133.67 -
System Red Green Blue C M Y K H S L
Decimal 137 125 129 0 0.09 0.06 0.46 340 0.05 0.51
Hex 89 7D 81 0 9 6 2E 154 5 33
Octal 211 175 201 0 11 6 56 524 5 63
Binary 10001001 1111101 10000001 0 1001 110 101110 101010100 101 110011

Color Harmonies of #897D81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897D81

Black with #897D81

Text Example


Text Example

White with #897D81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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