Html Css Color HEX #92727C Venus

📋 copy color: '#92727C'

red 146 ◦ green 114 ◦ blue 124

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

Shades of Venus #92727C

Tints of Venus #92727C

RGB

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

 GREEN value IS 114 (44.92% from 255) = 29.69%

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

R = 38.02%
G = 29.69%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.15

 K value IS 0.43

RGB Variations

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

Color information

#92727C (or 0x92727C) is known color: Venus. HEX triplet: 92, 72 and 7C. RGB value is (146,114,124). Sum of RGB (Red+Green+Blue) = 146+114+124=384 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.02% from 384); Green value is 114 (44.92% from 255 or 29.69% from 384); Blue value is 124 (48.83% from 255 or 32.29% from 384); Max value from RGB is 146 - color contains mainly: red. Hex color #92727C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92727C is #6D8D83. Grayscale: #7C7C7C. Windows color (decimal): -7179652 or 8155794. OLE color: 8155794.

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

Color convert

RGB 146 114 124 -
CMYK 0 0.22 0.15 0.43
HSL 341.25º 0.13% 0.51% -
HSV(B) 341.25º 0.22% 0.57% -
XYZ 21.51 19.6 21.72 -
YUV 124.71 127.6 143.19 -
System Red Green Blue C M Y K H S L
Decimal 146 114 124 0 0.22 0.15 0.43 341.25 0.13 0.51
Hex 92 72 7C 0 16 F 2B 155 D 33
Octal 222 162 174 0 26 17 53 525 15 63
Binary 10010010 1110010 1111100 0 10110 1111 101011 101010101 1101 110011

Color Harmonies of #92727C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92727C

Black with #92727C

Text Example


Text Example

White with #92727C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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