Html Css Color HEX #897981 Venus

📋 copy color: '#897981'

red 137 ◦ green 121 ◦ blue 129

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

Shades of Venus #897981

Tints of Venus #897981

RGB

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

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

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

R = 35.4%
G = 31.27%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.06

 K value IS 0.46

RGB Variations

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

Color information

#897981 (or 0x897981) is known color: Venus. HEX triplet: 89, 79 and 81. RGB value is (137,121,129). Sum of RGB (Red+Green+Blue) = 137+121+129=387 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.40% from 387); Green value is 121 (47.66% from 255 or 31.27% from 387); Blue value is 129 (50.78% from 255 or 33.33% from 387); Max value from RGB is 137 - color contains mainly: red. Hex color #897981 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897981 is #76867E. Grayscale: #7E7E7E. Windows color (decimal): -7767679 or 8485257. OLE color: 8485257.

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

Color convert

RGB 137 121 129 -
CMYK 0 0.12 0.06 0.46
HSL 330º 0.06% 0.51% -
HSV(B) 330º 0.12% 0.54% -
XYZ 21.12 20.58 23.63 -
YUV 126.7 129.3 135.35 -
System Red Green Blue C M Y K H S L
Decimal 137 121 129 0 0.12 0.06 0.46 330 0.06 0.51
Hex 89 79 81 0 C 6 2E 14A 6 33
Octal 211 171 201 0 14 6 56 512 6 63
Binary 10001001 1111001 10000001 0 1100 110 101110 101001010 110 110011

Color Harmonies of #897981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897981

Black with #897981

Text Example


Text Example

White with #897981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #897981; }

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

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

background-color css

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

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

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

border-color css

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

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

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