Html Css Color HEX #897C7E Venus

📋 copy color: '#897C7E'

red 137 ◦ green 124 ◦ blue 126

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

Shades of Venus #897C7E

Tints of Venus #897C7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 32.56%

R = 35.4%
G = 32.04%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.08

 K value IS 0.46

RGB Variations

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

Color information

#897C7E (or 0x897C7E) is known color: Venus. HEX triplet: 89, 7C and 7E. RGB value is (137,124,126). Sum of RGB (Red+Green+Blue) = 137+124+126=387 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.40% from 387); Green value is 124 (48.83% from 255 or 32.04% from 387); Blue value is 126 (49.61% from 255 or 32.56% from 387); Max value from RGB is 137 - color contains mainly: red. Hex color #897C7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897C7E is #768381. Grayscale: #808080. Windows color (decimal): -7766914 or 8289417. OLE color: 8289417.

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

Color convert

RGB 137 124 126 -
CMYK 0 0.09 0.08 0.46
HSL 350.77º 0.05% 0.51% -
HSV(B) 350.77º 0.09% 0.54% -
XYZ 21.29 21.24 22.72 -
YUV 128.12 126.81 134.34 -
System Red Green Blue C M Y K H S L
Decimal 137 124 126 0 0.09 0.08 0.46 350.77 0.05 0.51
Hex 89 7C 7E 0 9 8 2E 15F 5 33
Octal 211 174 176 0 11 10 56 537 5 63
Binary 10001001 1111100 1111110 0 1001 1000 101110 101011111 101 110011

Color Harmonies of #897C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897C7E

Black with #897C7E

Text Example


Text Example

White with #897C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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