Html Css Color HEX #927E7F Venus

📋 copy color: '#927E7F'

red 146 ◦ green 126 ◦ blue 127

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

Shades of Venus #927E7F

Tints of Venus #927E7F

RGB

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

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

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

R = 36.59%
G = 31.58%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.13

 K value IS 0.43

RGB Variations

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

Color information

#927E7F (or 0x927E7F) is known color: Venus. HEX triplet: 92, 7E and 7F. RGB value is (146,126,127). Sum of RGB (Red+Green+Blue) = 146+126+127=399 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.59% from 399); Green value is 126 (49.61% from 255 or 31.58% from 399); Blue value is 127 (50% from 255 or 31.83% from 399); Max value from RGB is 146 - color contains mainly: red. Hex color #927E7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927E7F is #6D8180. Grayscale: #848484. Windows color (decimal): -7176577 or 8355474. OLE color: 8355474.

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

Color convert

RGB 146 126 127 -
CMYK 0 0.14 0.13 0.43
HSL 357º 0.08% 0.53% -
HSV(B) 357º 0.14% 0.57% -
XYZ 23.15 22.57 23.21 -
YUV 132.09 125.13 137.92 -
System Red Green Blue C M Y K H S L
Decimal 146 126 127 0 0.14 0.13 0.43 357 0.08 0.53
Hex 92 7E 7F 0 E D 2B 165 8 35
Octal 222 176 177 0 16 15 53 545 10 65
Binary 10010010 1111110 1111111 0 1110 1101 101011 101100101 1000 110101

Color Harmonies of #927E7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #927E7F

Black with #927E7F

Text Example


Text Example

White with #927E7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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