Html Css Color HEX #928084 Venus

📋 copy color: '#928084'

red 146 ◦ green 128 ◦ blue 132

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

Shades of Venus #928084

Tints of Venus #928084

RGB

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

 GREEN value IS 128 (50.39% from 255) = 31.53%

 BLUE value IS 132 (51.95% from 255) = 32.51%

R = 35.96%
G = 31.53%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.10

 K value IS 0.43

RGB Variations

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

Color information

#928084 (or 0x928084) is known color: Venus. HEX triplet: 92, 80 and 84. RGB value is (146,128,132). Sum of RGB (Red+Green+Blue) = 146+128+132=406 (53% of max value = 765). Red value is 146 (57.42% from 255 or 35.96% from 406); Green value is 128 (50.39% from 255 or 31.53% from 406); Blue value is 132 (51.95% from 255 or 32.51% from 406); Max value from RGB is 146 - color contains mainly: red. Hex color #928084 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #928084 is #6D7F7B. Grayscale: #858585. Windows color (decimal): -7176060 or 8683666. OLE color: 8683666.

HSL color Cylindrical-coordinate representation of color #928084: hue angle of 346.67º degrees, saturation: 0.08, 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 #928084 is Cyan = 0, Magento = 0.12, Yellow = 0.10 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 128 132 -
CMYK 0 0.12 0.10 0.43
HSL 346.67º 0.08% 0.54% -
HSV(B) 346.67º 0.12% 0.57% -
XYZ 23.74 23.22 25.06 -
YUV 133.84 126.96 136.67 -
System Red Green Blue C M Y K H S L
Decimal 146 128 132 0 0.12 0.10 0.43 346.67 0.08 0.54
Hex 92 80 84 0 C A 2B 15B 8 36
Octal 222 200 204 0 14 12 53 533 10 66
Binary 10010010 10000000 10000100 0 1100 1010 101011 101011011 1000 110110

Color Harmonies of #928084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #928084

Black with #928084

Text Example


Text Example

White with #928084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #928084; }

 p { color: rgb(146,128,132); }

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

background-color css

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

 a { background-color: rgb(146,128,132); }

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

border-color css

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

 span { border-color: rgb(146,128,132); }

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