Html Css Color HEX #92727B Venus

📋 copy color: '#92727B'

red 146 ◦ green 114 ◦ blue 123

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

Shades of Venus #92727B

Tints of Venus #92727B

RGB

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

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

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

R = 38.12%
G = 29.77%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.16

 K value IS 0.43

RGB Variations

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

Color information

#92727B (or 0x92727B) is known color: Venus. HEX triplet: 92, 72 and 7B. RGB value is (146,114,123). Sum of RGB (Red+Green+Blue) = 146+114+123=383 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.12% from 383); Green value is 114 (44.92% from 255 or 29.77% from 383); Blue value is 123 (48.44% from 255 or 32.11% from 383); Max value from RGB is 146 - color contains mainly: red. Hex color #92727B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92727B is #6D8D84. Grayscale: #7C7C7C. Windows color (decimal): -7179653 or 8090258. OLE color: 8090258.

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

Color convert

RGB 146 114 123 -
CMYK 0 0.22 0.16 0.43
HSL 343.13º 0.13% 0.51% -
HSV(B) 343.13º 0.22% 0.57% -
XYZ 21.45 19.58 21.39 -
YUV 124.59 127.1 143.27 -
System Red Green Blue C M Y K H S L
Decimal 146 114 123 0 0.22 0.16 0.43 343.13 0.13 0.51
Hex 92 72 7B 0 16 10 2B 157 D 33
Octal 222 162 173 0 26 20 53 527 15 63
Binary 10010010 1110010 1111011 0 10110 10000 101011 101010111 1101 110011

Color Harmonies of #92727B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92727B

Black with #92727B

Text Example


Text Example

White with #92727B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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