Html Css Color HEX #92737C Venus

📋 copy color: '#92737C'

red 146 ◦ green 115 ◦ blue 124

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

Shades of Venus #92737C

Tints of Venus #92737C

RGB

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

 GREEN value IS 115 (45.31% from 255) = 29.87%

 BLUE value IS 124 (48.83% from 255) = 32.21%

R = 37.92%
G = 29.87%
B = 32.21%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.15

 K value IS 0.43

RGB Variations

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

Color information

#92737C (or 0x92737C) is known color: Venus. HEX triplet: 92, 73 and 7C. RGB value is (146,115,124). Sum of RGB (Red+Green+Blue) = 146+115+124=385 (50% of max value = 765). Red value is 146 (57.42% from 255 or 37.92% from 385); Green value is 115 (45.31% from 255 or 29.87% from 385); Blue value is 124 (48.83% from 255 or 32.21% from 385); Max value from RGB is 146 - color contains mainly: red. Hex color #92737C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92737C is #6D8C83. Grayscale: #7D7D7D. Windows color (decimal): -7179396 or 8156050. OLE color: 8156050.

HSL color Cylindrical-coordinate representation of color #92737C: hue angle of 342.58º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #92737C is Cyan = 0, Magento = 0.21, Yellow = 0.15 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 115 124 -
CMYK 0 0.21 0.15 0.43
HSL 342.58º 0.12% 0.51% -
HSV(B) 342.58º 0.21% 0.57% -
XYZ 21.62 19.83 21.76 -
YUV 125.3 127.27 142.77 -
System Red Green Blue C M Y K H S L
Decimal 146 115 124 0 0.21 0.15 0.43 342.58 0.12 0.51
Hex 92 73 7C 0 15 F 2B 157 C 33
Octal 222 163 174 0 25 17 53 527 14 63
Binary 10010010 1110011 1111100 0 10101 1111 101011 101010111 1100 110011

Color Harmonies of #92737C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92737C

Black with #92737C

Text Example


Text Example

White with #92737C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #92737C; }

 p { color: rgb(146,115,124); }

 H1.HeaderClassName
 {
   color: #92737C;
 }
 .AnyTagClassName
 {
   color: #92737C;
 }
</style>

background-color css

<style>
 a { background-color: #92737C; }

 a { background-color: rgb(146,115,124); }

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

border-color css

<style>
 span { border-color: #92737C; }

 span { border-color: rgb(146,115,124); }

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