Html Css Color HEX #92717D Venus

📋 copy color: '#92717D'

red 146 ◦ green 113 ◦ blue 125

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

Shades of Venus #92717D

Tints of Venus #92717D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 32.55%

R = 38.02%
G = 29.43%
B = 32.55%

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

#92717D (or 0x92717D) is known color: Venus. HEX triplet: 92, 71 and 7D. RGB value is (146,113,125). Sum of RGB (Red+Green+Blue) = 146+113+125=384 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.02% from 384); Green value is 113 (44.53% from 255 or 29.43% from 384); Blue value is 125 (49.22% from 255 or 32.55% from 384); Max value from RGB is 146 - color contains mainly: red. Hex color #92717D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92717D is #6D8E82. Grayscale: #7C7C7C. Windows color (decimal): -7179907 or 8221074. OLE color: 8221074.

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

Color convert

RGB 146 113 125 -
CMYK 0 0.23 0.14 0.43
HSL 338.18º 0.13% 0.51% -
HSV(B) 338.18º 0.23% 0.57% -
XYZ 21.46 19.4 22.02 -
YUV 124.24 128.43 143.52 -
System Red Green Blue C M Y K H S L
Decimal 146 113 125 0 0.23 0.14 0.43 338.18 0.13 0.51
Hex 92 71 7D 0 17 E 2B 152 D 33
Octal 222 161 175 0 27 16 53 522 15 63
Binary 10010010 1110001 1111101 0 10111 1110 101011 101010010 1101 110011

Color Harmonies of #92717D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92717D

Black with #92717D

Text Example


Text Example

White with #92717D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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