Html Css Color HEX #897D83 Venus

📋 copy color: '#897D83'

red 137 ◦ green 125 ◦ blue 131

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

Shades of Venus #897D83

Tints of Venus #897D83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 33.33%

R = 34.86%
G = 31.81%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.04

 K value IS 0.46

RGB Variations

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

Color information

#897D83 (or 0x897D83) is known color: Venus. HEX triplet: 89, 7D and 83. RGB value is (137,125,131). Sum of RGB (Red+Green+Blue) = 137+125+131=393 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.86% from 393); Green value is 125 (49.22% from 255 or 31.81% from 393); Blue value is 131 (51.56% from 255 or 33.33% from 393); Max value from RGB is 137 - color contains mainly: red. Hex color #897D83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897D83 is #76827C. Grayscale: #818181. Windows color (decimal): -7766653 or 8617353. OLE color: 8617353.

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

Color convert

RGB 137 125 131 -
CMYK 0 0.09 0.04 0.46
HSL 330º 0.05% 0.51% -
HSV(B) 330º 0.09% 0.54% -
XYZ 21.75 21.62 24.5 -
YUV 129.27 128.98 133.51 -
System Red Green Blue C M Y K H S L
Decimal 137 125 131 0 0.09 0.04 0.46 330 0.05 0.51
Hex 89 7D 83 0 9 4 2E 14A 5 33
Octal 211 175 203 0 11 4 56 512 5 63
Binary 10001001 1111101 10000011 0 1001 100 101110 101001010 101 110011

Color Harmonies of #897D83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897D83

Black with #897D83

Text Example


Text Example

White with #897D83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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