Html Css Color HEX #918084 Venus

📋 copy color: '#918084'

red 145 ◦ green 128 ◦ blue 132

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

Shades of Venus #918084

Tints of Venus #918084

RGB

 RED value IS 145 (57.03% from 255) = 35.8%

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

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

R = 35.8%
G = 31.6%
B = 32.59%

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

#918084 (or 0x918084) is known color: Venus. HEX triplet: 91, 80 and 84. RGB value is (145,128,132). Sum of RGB (Red+Green+Blue) = 145+128+132=405 (53% of max value = 765). Red value is 145 (57.03% from 255 or 35.80% from 405); Green value is 128 (50.39% from 255 or 31.60% from 405); Blue value is 132 (51.95% from 255 or 32.59% from 405); Max value from RGB is 145 - color contains mainly: red. Hex color #918084 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #918084 is #6E7F7B. Grayscale: #858585. Windows color (decimal): -7241596 or 8683665. OLE color: 8683665.

HSL color Cylindrical-coordinate representation of color #918084: 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 #918084 is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 128 132 -
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.56 23.12 25.05 -
YUV 133.54 127.13 136.17 -
System Red Green Blue C M Y K H S L
Decimal 145 128 132 0 0.12 0.09 0.43 345.88 0.07 0.54
Hex 91 80 84 0 C 9 2B 15A 7 36
Octal 221 200 204 0 14 11 53 532 7 66
Binary 10010001 10000000 10000100 0 1100 1001 101011 101011010 111 110110

Color Harmonies of #918084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918084

Black with #918084

Text Example


Text Example

White with #918084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #918084; }

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

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

background-color css

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

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

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

border-color css

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

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

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