Html Css Color HEX #92747C Venus

📋 copy color: '#92747C'

red 146 ◦ green 116 ◦ blue 124

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

Shades of Venus #92747C

Tints of Venus #92747C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.05%

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

R = 37.82%
G = 30.05%
B = 32.12%

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

#92747C (or 0x92747C) is known color: Venus. HEX triplet: 92, 74 and 7C. RGB value is (146,116,124). Sum of RGB (Red+Green+Blue) = 146+116+124=386 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.82% from 386); Green value is 116 (45.70% from 255 or 30.05% from 386); Blue value is 124 (48.83% from 255 or 32.12% from 386); Max value from RGB is 146 - color contains mainly: red. Hex color #92747C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92747C is #6D8B83. Grayscale: #7D7D7D. Windows color (decimal): -7179140 or 8156306. OLE color: 8156306.

HSL color Cylindrical-coordinate representation of color #92747C: hue angle of 344º 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 #92747C is Cyan = 0, Magento = 0.21, Yellow = 0.15 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 116 124 -
CMYK 0 0.21 0.15 0.43
HSL 344º 0.12% 0.51% -
HSV(B) 344º 0.21% 0.57% -
XYZ 21.74 20.06 21.79 -
YUV 125.88 126.94 142.35 -
System Red Green Blue C M Y K H S L
Decimal 146 116 124 0 0.21 0.15 0.43 344 0.12 0.51
Hex 92 74 7C 0 15 F 2B 158 C 33
Octal 222 164 174 0 25 17 53 530 14 63
Binary 10010010 1110100 1111100 0 10101 1111 101011 101011000 1100 110011

Color Harmonies of #92747C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92747C

Black with #92747C

Text Example


Text Example

White with #92747C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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