Html Css Color HEX #92757A Venus

📋 copy color: '#92757A'

red 146 ◦ green 117 ◦ blue 122

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

Shades of Venus #92757A

Tints of Venus #92757A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 30.39%

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

R = 37.92%
G = 30.39%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.16

 K value IS 0.43

RGB Variations

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

Color information

#92757A (or 0x92757A) is known color: Venus. HEX triplet: 92, 75 and 7A. RGB value is (146,117,122). Sum of RGB (Red+Green+Blue) = 146+117+122=385 (50% of max value = 765). Red value is 146 (57.42% from 255 or 37.92% from 385); Green value is 117 (46.09% from 255 or 30.39% from 385); Blue value is 122 (48.05% from 255 or 31.69% from 385); Max value from RGB is 146 - color contains mainly: red. Hex color #92757A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92757A is #6D8A85. Grayscale: #7E7E7E. Windows color (decimal): -7178886 or 8025490. OLE color: 8025490.

HSL color Cylindrical-coordinate representation of color #92757A: hue angle of 349.66º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #92757A is Cyan = 0, Magento = 0.20, Yellow = 0.16 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 117 122 -
CMYK 0 0.20 0.16 0.43
HSL 349.66º 0.12% 0.52% -
HSV(B) 349.66º 0.2% 0.57% -
XYZ 21.73 20.24 21.17 -
YUV 126.24 125.61 142.09 -
System Red Green Blue C M Y K H S L
Decimal 146 117 122 0 0.20 0.16 0.43 349.66 0.12 0.52
Hex 92 75 7A 0 14 10 2B 15E C 34
Octal 222 165 172 0 24 20 53 536 14 64
Binary 10010010 1110101 1111010 0 10100 10000 101011 101011110 1100 110100

Color Harmonies of #92757A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92757A

Black with #92757A

Text Example


Text Example

White with #92757A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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