Html Css Color HEX #92747D Venus

📋 copy color: '#92747D'

red 146 ◦ green 116 ◦ blue 125

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

Shades of Venus #92747D

Tints of Venus #92747D

RGB

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

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

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

R = 37.73%
G = 29.97%
B = 32.3%

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

#92747D (or 0x92747D) is known color: Venus. HEX triplet: 92, 74 and 7D. RGB value is (146,116,125). Sum of RGB (Red+Green+Blue) = 146+116+125=387 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.73% from 387); Green value is 116 (45.70% from 255 or 29.97% from 387); Blue value is 125 (49.22% from 255 or 32.30% from 387); Max value from RGB is 146 - color contains mainly: red. Hex color #92747D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92747D is #6D8B82. Grayscale: #7D7D7D. Windows color (decimal): -7179139 or 8221842. OLE color: 8221842.

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

Color convert

RGB 146 116 125 -
CMYK 0 0.21 0.14 0.43
HSL 342º 0.12% 0.51% -
HSV(B) 342º 0.21% 0.57% -
XYZ 21.8 20.08 22.13 -
YUV 126 127.44 142.27 -
System Red Green Blue C M Y K H S L
Decimal 146 116 125 0 0.21 0.14 0.43 342 0.12 0.51
Hex 92 74 7D 0 15 E 2B 156 C 33
Octal 222 164 175 0 25 16 53 526 14 63
Binary 10010010 1110100 1111101 0 10101 1110 101011 101010110 1100 110011

Color Harmonies of #92747D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92747D

Black with #92747D

Text Example


Text Example

White with #92747D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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