Html Css Color HEX #927E87 Venus

📋 copy color: '#927E87'

red 146 ◦ green 126 ◦ blue 135

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

Shades of Venus #927E87

Tints of Venus #927E87

RGB

 RED value IS 146 (57.42% from 255) = 35.87%

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

 BLUE value IS 135 (53.13% from 255) = 33.17%

R = 35.87%
G = 30.96%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.08

 K value IS 0.43

RGB Variations

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

Color information

#927E87 (or 0x927E87) is known color: Venus. HEX triplet: 92, 7E and 87. RGB value is (146,126,135). Sum of RGB (Red+Green+Blue) = 146+126+135=407 (53% of max value = 765). Red value is 146 (57.42% from 255 or 35.87% from 407); Green value is 126 (49.61% from 255 or 30.96% from 407); Blue value is 135 (53.12% from 255 or 33.17% from 407); Max value from RGB is 146 - color contains mainly: red. Hex color #927E87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #927E87 is #6D8178. Grayscale: #848484. Windows color (decimal): -7176569 or 8879762. OLE color: 8879762.

HSL color Cylindrical-coordinate representation of color #927E87: hue angle of 333º degrees, saturation: 0.08, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #927E87 is Cyan = 0, Magento = 0.14, Yellow = 0.08 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 126 135 -
CMYK 0 0.14 0.08 0.43
HSL 333º 0.08% 0.53% -
HSV(B) 333º 0.14% 0.57% -
XYZ 23.69 22.78 26.07 -
YUV 133.01 129.13 137.27 -
System Red Green Blue C M Y K H S L
Decimal 146 126 135 0 0.14 0.08 0.43 333 0.08 0.53
Hex 92 7E 87 0 E 8 2B 14D 8 35
Octal 222 176 207 0 16 10 53 515 10 65
Binary 10010010 1111110 10000111 0 1110 1000 101011 101001101 1000 110101

Color Harmonies of #927E87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #927E87

Black with #927E87

Text Example


Text Example

White with #927E87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #927E87; }

 p { color: rgb(146,126,135); }

 H1.HeaderClassName
 {
   color: #927E87;
 }
 .AnyTagClassName
 {
   color: #927E87;
 }
</style>

background-color css

<style>
 a { background-color: #927E87; }

 a { background-color: rgb(146,126,135); }

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

border-color css

<style>
 span { border-color: #927E87; }

 span { border-color: rgb(146,126,135); }

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