Html Css Color HEX #928185 Venus

📋 copy color: '#928185'

red 146 ◦ green 129 ◦ blue 133

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

Shades of Venus #928185

Tints of Venus #928185

RGB

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

 GREEN value IS 129 (50.78% from 255) = 31.62%

 BLUE value IS 133 (52.34% from 255) = 32.6%

R = 35.78%
G = 31.62%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.09

 K value IS 0.43

RGB Variations

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

Color information

#928185 (or 0x928185) is known color: Venus. HEX triplet: 92, 81 and 85. RGB value is (146,129,133). Sum of RGB (Red+Green+Blue) = 146+129+133=408 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.78% from 408); Green value is 129 (50.78% from 255 or 31.62% from 408); Blue value is 133 (52.34% from 255 or 32.60% from 408); Max value from RGB is 146 - color contains mainly: red. Hex color #928185 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #928185 is #6D7E7A. Grayscale: #868686. Windows color (decimal): -7175803 or 8749458. OLE color: 8749458.

HSL color Cylindrical-coordinate representation of color #928185: hue angle of 345.88º degrees, saturation: 0.07, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #928185 is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 129 133 -
CMYK 0 0.12 0.09 0.43
HSL 345.88º 0.07% 0.54% -
HSV(B) 345.88º 0.12% 0.57% -
XYZ 23.94 23.5 25.47 -
YUV 134.54 127.13 136.17 -
System Red Green Blue C M Y K H S L
Decimal 146 129 133 0 0.12 0.09 0.43 345.88 0.07 0.54
Hex 92 81 85 0 C 9 2B 15A 7 36
Octal 222 201 205 0 14 11 53 532 7 66
Binary 10010010 10000001 10000101 0 1100 1001 101011 101011010 111 110110

Color Harmonies of #928185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #928185

Black with #928185

Text Example


Text Example

White with #928185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #928185; }

 p { color: rgb(146,129,133); }

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

background-color css

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

 a { background-color: rgb(146,129,133); }

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

border-color css

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

 span { border-color: rgb(146,129,133); }

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