Html Css Color HEX #897D82 Venus

📋 copy color: '#897D82'

red 137 ◦ green 125 ◦ blue 130

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

Shades of Venus #897D82

Tints of Venus #897D82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 33.16%

R = 34.95%
G = 31.89%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.05

 K value IS 0.46

RGB Variations

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

Color information

#897D82 (or 0x897D82) is known color: Venus. HEX triplet: 89, 7D and 82. RGB value is (137,125,130). Sum of RGB (Red+Green+Blue) = 137+125+130=392 (51% of max value = 765). Red value is 137 (53.91% from 255 or 34.95% from 392); Green value is 125 (49.22% from 255 or 31.89% from 392); Blue value is 130 (51.17% from 255 or 33.16% from 392); Max value from RGB is 137 - color contains mainly: red. Hex color #897D82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897D82 is #76827D. Grayscale: #818181. Windows color (decimal): -7766654 or 8551817. OLE color: 8551817.

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

Color convert

RGB 137 125 130 -
CMYK 0 0.09 0.05 0.46
HSL 335º 0.05% 0.51% -
HSV(B) 335º 0.09% 0.54% -
XYZ 21.68 21.6 24.15 -
YUV 129.16 128.48 133.59 -
System Red Green Blue C M Y K H S L
Decimal 137 125 130 0 0.09 0.05 0.46 335 0.05 0.51
Hex 89 7D 82 0 9 5 2E 14F 5 33
Octal 211 175 202 0 11 5 56 517 5 63
Binary 10001001 1111101 10000010 0 1001 101 101110 101001111 101 110011

Color Harmonies of #897D82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897D82

Black with #897D82

Text Example


Text Example

White with #897D82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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