Html Css Color HEX #92717A Venus

📋 copy color: '#92717A'

red 146 ◦ green 113 ◦ blue 122

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

Shades of Venus #92717A

Tints of Venus #92717A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 32.02%

R = 38.32%
G = 29.66%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.16

 K value IS 0.43

RGB Variations

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

Color information

#92717A (or 0x92717A) is known color: Venus. HEX triplet: 92, 71 and 7A. RGB value is (146,113,122). Sum of RGB (Red+Green+Blue) = 146+113+122=381 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.32% from 381); Green value is 113 (44.53% from 255 or 29.66% from 381); Blue value is 122 (48.05% from 255 or 32.02% from 381); Max value from RGB is 146 - color contains mainly: red. Hex color #92717A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92717A is #6D8E85. Grayscale: #7B7B7B. Windows color (decimal): -7179910 or 8024466. OLE color: 8024466.

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

Color convert

RGB 146 113 122 -
CMYK 0 0.23 0.16 0.43
HSL 343.64º 0.13% 0.51% -
HSV(B) 343.64º 0.23% 0.57% -
XYZ 21.27 19.33 21.02 -
YUV 123.89 126.93 143.77 -
System Red Green Blue C M Y K H S L
Decimal 146 113 122 0 0.23 0.16 0.43 343.64 0.13 0.51
Hex 92 71 7A 0 17 10 2B 158 D 33
Octal 222 161 172 0 27 20 53 530 15 63
Binary 10010010 1110001 1111010 0 10111 10000 101011 101011000 1101 110011

Color Harmonies of #92717A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92717A

Black with #92717A

Text Example


Text Example

White with #92717A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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