Html Css Color HEX #927E80 Venus

📋 copy color: '#927E80'

red 146 ◦ green 126 ◦ blue 128

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

Shades of Venus #927E80

Tints of Venus #927E80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 32%

R = 36.5%
G = 31.5%
B = 32%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.12

 K value IS 0.43

RGB Variations

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

Color information

#927E80 (or 0x927E80) is known color: Venus. HEX triplet: 92, 7E and 80. RGB value is (146,126,128). Sum of RGB (Red+Green+Blue) = 146+126+128=400 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.5% from 400); Green value is 126 (49.61% from 255 or 31.5% from 400); Blue value is 128 (50.39% from 255 or 32% from 400); Max value from RGB is 146 - color contains mainly: red. Hex color #927E80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #927E80 is #6D817F. Grayscale: #848484. Windows color (decimal): -7176576 or 8421010. OLE color: 8421010.

HSL color Cylindrical-coordinate representation of color #927E80: hue angle of 354º 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 #927E80 is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 126 128 -
CMYK 0 0.14 0.12 0.43
HSL 354º 0.08% 0.53% -
HSV(B) 354º 0.14% 0.57% -
XYZ 23.21 22.59 23.56 -
YUV 132.21 125.63 137.84 -
System Red Green Blue C M Y K H S L
Decimal 146 126 128 0 0.14 0.12 0.43 354 0.08 0.53
Hex 92 7E 80 0 E C 2B 162 8 35
Octal 222 176 200 0 16 14 53 542 10 65
Binary 10010010 1111110 10000000 0 1110 1100 101011 101100010 1000 110101

Color Harmonies of #927E80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #927E80

Black with #927E80

Text Example


Text Example

White with #927E80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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