Html Css Color HEX #897E7F Venus

📋 copy color: '#897E7F'

red 137 ◦ green 126 ◦ blue 127

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

Shades of Venus #897E7F

Tints of Venus #897E7F

RGB

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

 GREEN value IS 126 (49.61% from 255) = 32.31%

 BLUE value IS 127 (50% from 255) = 32.56%

R = 35.13%
G = 32.31%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.07

 K value IS 0.46

RGB Variations

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

Color information

#897E7F (or 0x897E7F) is known color: Venus. HEX triplet: 89, 7E and 7F. RGB value is (137,126,127). Sum of RGB (Red+Green+Blue) = 137+126+127=390 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.13% from 390); Green value is 126 (49.61% from 255 or 32.31% from 390); Blue value is 127 (50% from 255 or 32.56% from 390); Max value from RGB is 137 - color contains mainly: red. Hex color #897E7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897E7F is #768180. Grayscale: #818181. Windows color (decimal): -7766401 or 8355465. OLE color: 8355465.

HSL color Cylindrical-coordinate representation of color #897E7F: hue angle of 354.55º degrees, saturation: 0.04, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #897E7F is Cyan = 0, Magento = 0.08, Yellow = 0.07 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 126 127 -
CMYK 0 0.08 0.07 0.46
HSL 354.55º 0.04% 0.52% -
HSV(B) 354.55º 0.08% 0.54% -
XYZ 21.61 21.77 23.14 -
YUV 129.4 126.64 133.42 -
System Red Green Blue C M Y K H S L
Decimal 137 126 127 0 0.08 0.07 0.46 354.55 0.04 0.52
Hex 89 7E 7F 0 8 7 2E 163 4 34
Octal 211 176 177 0 10 7 56 543 4 64
Binary 10001001 1111110 1111111 0 1000 111 101110 101100011 100 110100

Color Harmonies of #897E7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897E7F

Black with #897E7F

Text Example


Text Example

White with #897E7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,126,127); }

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

background-color css

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

 a { background-color: rgb(137,126,127); }

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

border-color css

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

 span { border-color: rgb(137,126,127); }

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