Html Css Color HEX #92757F Venus

📋 copy color: '#92757F'

red 146 ◦ green 117 ◦ blue 127

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

Shades of Venus #92757F

Tints of Venus #92757F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 32.56%

R = 37.44%
G = 30%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.13

 K value IS 0.43

RGB Variations

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

Color information

#92757F (or 0x92757F) is known color: Venus. HEX triplet: 92, 75 and 7F. RGB value is (146,117,127). Sum of RGB (Red+Green+Blue) = 146+117+127=390 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.44% from 390); Green value is 117 (46.09% from 255 or 30% from 390); Blue value is 127 (50% from 255 or 32.56% from 390); Max value from RGB is 146 - color contains mainly: red. Hex color #92757F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92757F is #6D8A80. Grayscale: #7E7E7E. Windows color (decimal): -7178881 or 8353170. OLE color: 8353170.

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

Color convert

RGB 146 117 127 -
CMYK 0 0.20 0.13 0.43
HSL 339.31º 0.12% 0.52% -
HSV(B) 339.31º 0.2% 0.57% -
XYZ 22.05 20.37 22.85 -
YUV 126.81 128.11 141.69 -
System Red Green Blue C M Y K H S L
Decimal 146 117 127 0 0.20 0.13 0.43 339.31 0.12 0.52
Hex 92 75 7F 0 14 D 2B 153 C 34
Octal 222 165 177 0 24 15 53 523 14 64
Binary 10010010 1110101 1111111 0 10100 1101 101011 101010011 1100 110100

Color Harmonies of #92757F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92757F

Black with #92757F

Text Example


Text Example

White with #92757F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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