Html Css Color HEX #92747E Venus

📋 copy color: '#92747E'

red 146 ◦ green 116 ◦ blue 126

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

Shades of Venus #92747E

Tints of Venus #92747E

RGB

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

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

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

R = 37.63%
G = 29.9%
B = 32.47%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.14

 K value IS 0.43

RGB Variations

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

Color information

#92747E (or 0x92747E) is known color: Venus. HEX triplet: 92, 74 and 7E. RGB value is (146,116,126). Sum of RGB (Red+Green+Blue) = 146+116+126=388 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.63% from 388); Green value is 116 (45.70% from 255 or 29.90% from 388); Blue value is 126 (49.61% from 255 or 32.47% from 388); Max value from RGB is 146 - color contains mainly: red. Hex color #92747E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92747E is #6D8B81. Grayscale: #7E7E7E. Windows color (decimal): -7179138 or 8287378. OLE color: 8287378.

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

Color convert

RGB 146 116 126 -
CMYK 0 0.21 0.14 0.43
HSL 340º 0.12% 0.51% -
HSV(B) 340º 0.21% 0.57% -
XYZ 21.87 20.11 22.47 -
YUV 126.11 127.94 142.19 -
System Red Green Blue C M Y K H S L
Decimal 146 116 126 0 0.21 0.14 0.43 340 0.12 0.51
Hex 92 74 7E 0 15 E 2B 154 C 33
Octal 222 164 176 0 25 16 53 524 14 63
Binary 10010010 1110100 1111110 0 10101 1110 101011 101010100 1100 110011

Color Harmonies of #92747E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92747E

Black with #92747E

Text Example


Text Example

White with #92747E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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