Html Css Color HEX #92717E Venus

📋 copy color: '#92717E'

red 146 ◦ green 113 ◦ blue 126

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

Shades of Venus #92717E

Tints of Venus #92717E

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.35%

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

R = 37.92%
G = 29.35%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.14

 K value IS 0.43

RGB Variations

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

Color information

#92717E (or 0x92717E) is known color: Venus. HEX triplet: 92, 71 and 7E. RGB value is (146,113,126). Sum of RGB (Red+Green+Blue) = 146+113+126=385 (50% of max value = 765). Red value is 146 (57.42% from 255 or 37.92% from 385); Green value is 113 (44.53% from 255 or 29.35% from 385); Blue value is 126 (49.61% from 255 or 32.73% from 385); Max value from RGB is 146 - color contains mainly: red. Hex color #92717E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92717E is #6D8E81. Grayscale: #7C7C7C. Windows color (decimal): -7179906 or 8286610. OLE color: 8286610.

HSL color Cylindrical-coordinate representation of color #92717E: hue angle of 336.36º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #92717E is Cyan = 0, Magento = 0.23, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 113 126 -
CMYK 0 0.23 0.14 0.43
HSL 336.36º 0.13% 0.51% -
HSV(B) 336.36º 0.23% 0.57% -
XYZ 21.53 19.43 22.35 -
YUV 124.35 128.93 143.44 -
System Red Green Blue C M Y K H S L
Decimal 146 113 126 0 0.23 0.14 0.43 336.36 0.13 0.51
Hex 92 71 7E 0 17 E 2B 150 D 33
Octal 222 161 176 0 27 16 53 520 15 63
Binary 10010010 1110001 1111110 0 10111 1110 101011 101010000 1101 110011

Color Harmonies of #92717E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92717E

Black with #92717E

Text Example


Text Example

White with #92717E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #92717E; }

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

 H1.HeaderClassName
 {
   color: #92717E;
 }
 .AnyTagClassName
 {
   color: #92717E;
 }
</style>

background-color css

<style>
 a { background-color: #92717E; }

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

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

border-color css

<style>
 span { border-color: #92717E; }

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

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