Html Css Color HEX #92707C Venus

📋 copy color: '#92707C'

red 146 ◦ green 112 ◦ blue 124

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

Shades of Venus #92707C

Tints of Venus #92707C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.32%

 BLUE value IS 124 (48.83% from 255) = 32.46%

R = 38.22%
G = 29.32%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.15

 K value IS 0.43

RGB Variations

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

Color information

#92707C (or 0x92707C) is known color: Venus. HEX triplet: 92, 70 and 7C. RGB value is (146,112,124). Sum of RGB (Red+Green+Blue) = 146+112+124=382 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.22% from 382); Green value is 112 (44.14% from 255 or 29.32% from 382); Blue value is 124 (48.83% from 255 or 32.46% from 382); Max value from RGB is 146 - color contains mainly: red. Hex color #92707C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92707C is #6D8F83. Grayscale: #7B7B7B. Windows color (decimal): -7180164 or 8155282. OLE color: 8155282.

HSL color Cylindrical-coordinate representation of color #92707C: hue angle of 338.82º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #92707C is Cyan = 0, Magento = 0.23, Yellow = 0.15 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 112 124 -
CMYK 0 0.23 0.15 0.43
HSL 338.82º 0.13% 0.51% -
HSV(B) 338.82º 0.23% 0.57% -
XYZ 21.29 19.15 21.64 -
YUV 123.53 128.26 144.02 -
System Red Green Blue C M Y K H S L
Decimal 146 112 124 0 0.23 0.15 0.43 338.82 0.13 0.51
Hex 92 70 7C 0 17 F 2B 153 D 33
Octal 222 160 174 0 27 17 53 523 15 63
Binary 10010010 1110000 1111100 0 10111 1111 101011 101010011 1101 110011

Color Harmonies of #92707C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92707C

Black with #92707C

Text Example


Text Example

White with #92707C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #92707C; }

 p { color: rgb(146,112,124); }

 H1.HeaderClassName
 {
   color: #92707C;
 }
 .AnyTagClassName
 {
   color: #92707C;
 }
</style>

background-color css

<style>
 a { background-color: #92707C; }

 a { background-color: rgb(146,112,124); }

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

border-color css

<style>
 span { border-color: #92707C; }

 span { border-color: rgb(146,112,124); }

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