Html Css Color HEX #92757B Venus

📋 copy color: '#92757B'

red 146 ◦ green 117 ◦ blue 123

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

Shades of Venus #92757B

Tints of Venus #92757B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 31.87%

R = 37.82%
G = 30.31%
B = 31.87%

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

#92757B (or 0x92757B) is known color: Venus. HEX triplet: 92, 75 and 7B. RGB value is (146,117,123). Sum of RGB (Red+Green+Blue) = 146+117+123=386 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.82% from 386); Green value is 117 (46.09% from 255 or 30.31% from 386); Blue value is 123 (48.44% from 255 or 31.87% from 386); Max value from RGB is 146 - color contains mainly: red. Hex color #92757B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92757B is #6D8A84. Grayscale: #7E7E7E. Windows color (decimal): -7178885 or 8091026. OLE color: 8091026.

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

Color convert

RGB 146 117 123 -
CMYK 0 0.20 0.16 0.43
HSL 347.59º 0.12% 0.52% -
HSV(B) 347.59º 0.2% 0.57% -
XYZ 21.79 20.26 21.5 -
YUV 126.36 126.11 142.01 -
System Red Green Blue C M Y K H S L
Decimal 146 117 123 0 0.20 0.16 0.43 347.59 0.12 0.52
Hex 92 75 7B 0 14 10 2B 15C C 34
Octal 222 165 173 0 24 20 53 534 14 64
Binary 10010010 1110101 1111011 0 10100 10000 101011 101011100 1100 110100

Color Harmonies of #92757B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92757B

Black with #92757B

Text Example


Text Example

White with #92757B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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