Html Css Color HEX #897C81 Venus

📋 copy color: '#897C81'

red 137 ◦ green 124 ◦ blue 129

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

Shades of Venus #897C81

Tints of Venus #897C81

RGB

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

 GREEN value IS 124 (48.83% from 255) = 31.79%

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

R = 35.13%
G = 31.79%
B = 33.08%

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

#897C81 (or 0x897C81) is known color: Venus. HEX triplet: 89, 7C and 81. RGB value is (137,124,129). Sum of RGB (Red+Green+Blue) = 137+124+129=390 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.13% from 390); Green value is 124 (48.83% from 255 or 31.79% from 390); Blue value is 129 (50.78% from 255 or 33.08% from 390); Max value from RGB is 137 - color contains mainly: red. Hex color #897C81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897C81 is #76837E. Grayscale: #808080. Windows color (decimal): -7766911 or 8486025. OLE color: 8486025.

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

Color convert

RGB 137 124 129 -
CMYK 0 0.09 0.06 0.46
HSL 336.92º 0.05% 0.51% -
HSV(B) 336.92º 0.09% 0.54% -
XYZ 21.49 21.32 23.75 -
YUV 128.46 128.31 134.09 -
System Red Green Blue C M Y K H S L
Decimal 137 124 129 0 0.09 0.06 0.46 336.92 0.05 0.51
Hex 89 7C 81 0 9 6 2E 151 5 33
Octal 211 174 201 0 11 6 56 521 5 63
Binary 10001001 1111100 10000001 0 1001 110 101110 101010001 101 110011

Color Harmonies of #897C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897C81

Black with #897C81

Text Example


Text Example

White with #897C81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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