Html Css Color HEX #897C7F Venus

📋 copy color: '#897C7F'

red 137 ◦ green 124 ◦ blue 127

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

Shades of Venus #897C7F

Tints of Venus #897C7F

RGB

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

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

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

R = 35.31%
G = 31.96%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.07

 K value IS 0.46

RGB Variations

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

Color information

#897C7F (or 0x897C7F) is known color: Venus. HEX triplet: 89, 7C and 7F. RGB value is (137,124,127). Sum of RGB (Red+Green+Blue) = 137+124+127=388 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.31% from 388); Green value is 124 (48.83% from 255 or 31.96% from 388); Blue value is 127 (50% from 255 or 32.73% from 388); Max value from RGB is 137 - color contains mainly: red. Hex color #897C7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897C7F is #768380. Grayscale: #808080. Windows color (decimal): -7766913 or 8354953. OLE color: 8354953.

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

Color convert

RGB 137 124 127 -
CMYK 0 0.09 0.07 0.46
HSL 346.15º 0.05% 0.51% -
HSV(B) 346.15º 0.09% 0.54% -
XYZ 21.35 21.27 23.06 -
YUV 128.23 127.31 134.26 -
System Red Green Blue C M Y K H S L
Decimal 137 124 127 0 0.09 0.07 0.46 346.15 0.05 0.51
Hex 89 7C 7F 0 9 7 2E 15A 5 33
Octal 211 174 177 0 11 7 56 532 5 63
Binary 10001001 1111100 1111111 0 1001 111 101110 101011010 101 110011

Color Harmonies of #897C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897C7F

Black with #897C7F

Text Example


Text Example

White with #897C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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