Html Css Color HEX #92757D Venus

📋 copy color: '#92757D'

red 146 ◦ green 117 ◦ blue 125

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

Shades of Venus #92757D

Tints of Venus #92757D

RGB

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

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

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

R = 37.63%
G = 30.15%
B = 32.22%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.14

 K value IS 0.43

RGB Variations

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

Color information

#92757D (or 0x92757D) is known color: Venus. HEX triplet: 92, 75 and 7D. RGB value is (146,117,125). Sum of RGB (Red+Green+Blue) = 146+117+125=388 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.63% from 388); Green value is 117 (46.09% from 255 or 30.15% from 388); Blue value is 125 (49.22% from 255 or 32.22% from 388); Max value from RGB is 146 - color contains mainly: red. Hex color #92757D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92757D is #6D8A82. Grayscale: #7E7E7E. Windows color (decimal): -7178883 or 8222098. OLE color: 8222098.

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

Color convert

RGB 146 117 125 -
CMYK 0 0.20 0.14 0.43
HSL 343.45º 0.12% 0.52% -
HSV(B) 343.45º 0.2% 0.57% -
XYZ 21.92 20.31 22.17 -
YUV 126.58 127.11 141.85 -
System Red Green Blue C M Y K H S L
Decimal 146 117 125 0 0.20 0.14 0.43 343.45 0.12 0.52
Hex 92 75 7D 0 14 E 2B 157 C 34
Octal 222 165 175 0 24 16 53 527 14 64
Binary 10010010 1110101 1111101 0 10100 1110 101011 101010111 1100 110100

Color Harmonies of #92757D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92757D

Black with #92757D

Text Example


Text Example

White with #92757D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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