Html Css Color HEX #92747A Venus

📋 copy color: '#92747A'

red 146 ◦ green 116 ◦ blue 122

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

Shades of Venus #92747A

Tints of Venus #92747A

RGB

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

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

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

R = 38.02%
G = 30.21%
B = 31.77%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.16

 K value IS 0.43

RGB Variations

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

Color information

#92747A (or 0x92747A) is known color: Venus. HEX triplet: 92, 74 and 7A. RGB value is (146,116,122). Sum of RGB (Red+Green+Blue) = 146+116+122=384 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.02% from 384); Green value is 116 (45.70% from 255 or 30.21% from 384); Blue value is 122 (48.05% from 255 or 31.77% from 384); Max value from RGB is 146 - color contains mainly: red. Hex color #92747A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92747A is #6D8B85. Grayscale: #7D7D7D. Windows color (decimal): -7179142 or 8025234. OLE color: 8025234.

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

Color convert

RGB 146 116 122 -
CMYK 0 0.21 0.16 0.43
HSL 348º 0.12% 0.51% -
HSV(B) 348º 0.21% 0.57% -
XYZ 21.61 20.01 21.13 -
YUV 125.65 125.94 142.51 -
System Red Green Blue C M Y K H S L
Decimal 146 116 122 0 0.21 0.16 0.43 348 0.12 0.51
Hex 92 74 7A 0 15 10 2B 15C C 33
Octal 222 164 172 0 25 20 53 534 14 63
Binary 10010010 1110100 1111010 0 10101 10000 101011 101011100 1100 110011

Color Harmonies of #92747A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92747A

Black with #92747A

Text Example


Text Example

White with #92747A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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