Html Css Color HEX #897A81 Venus

📋 copy color: '#897A81'

red 137 ◦ green 122 ◦ blue 129

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

Shades of Venus #897A81

Tints of Venus #897A81

RGB

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

 GREEN value IS 122 (48.05% from 255) = 31.44%

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

R = 35.31%
G = 31.44%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.06

 K value IS 0.46

RGB Variations

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

Color information

#897A81 (or 0x897A81) is known color: Venus. HEX triplet: 89, 7A and 81. RGB value is (137,122,129). Sum of RGB (Red+Green+Blue) = 137+122+129=388 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.31% from 388); Green value is 122 (48.05% from 255 or 31.44% from 388); Blue value is 129 (50.78% from 255 or 33.25% from 388); Max value from RGB is 137 - color contains mainly: red. Hex color #897A81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897A81 is #76857E. Grayscale: #7F7F7F. Windows color (decimal): -7767423 or 8485513. OLE color: 8485513.

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

Color convert

RGB 137 122 129 -
CMYK 0 0.11 0.06 0.46
HSL 332º 0.06% 0.51% -
HSV(B) 332º 0.11% 0.54% -
XYZ 21.24 20.82 23.67 -
YUV 127.28 128.97 134.93 -
System Red Green Blue C M Y K H S L
Decimal 137 122 129 0 0.11 0.06 0.46 332 0.06 0.51
Hex 89 7A 81 0 B 6 2E 14C 6 33
Octal 211 172 201 0 13 6 56 514 6 63
Binary 10001001 1111010 10000001 0 1011 110 101110 101001100 110 110011

Color Harmonies of #897A81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897A81

Black with #897A81

Text Example


Text Example

White with #897A81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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