Html Css Color HEX #948084 Venus

📋 copy color: '#948084'

red 148 ◦ green 128 ◦ blue 132

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

Shades of Venus #948084

Tints of Venus #948084

RGB

 RED value IS 148 (58.2% from 255) = 36.27%

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

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

R = 36.27%
G = 31.37%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#948084 (or 0x948084) is known color: Venus. HEX triplet: 94, 80 and 84. RGB value is (148,128,132). Sum of RGB (Red+Green+Blue) = 148+128+132=408 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.27% from 408); Green value is 128 (50.39% from 255 or 31.37% from 408); Blue value is 132 (51.95% from 255 or 32.35% from 408); Max value from RGB is 148 - color contains mainly: red. Hex color #948084 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948084 is #6B7F7B. Grayscale: #868686. Windows color (decimal): -7044988 or 8683668. OLE color: 8683668.

HSL color Cylindrical-coordinate representation of color #948084: hue angle of 348º degrees, saturation: 0.09, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #948084 is Cyan = 0, Magento = 0.14, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 128 132 -
CMYK 0 0.14 0.11 0.42
HSL 348º 0.09% 0.54% -
HSV(B) 348º 0.14% 0.58% -
XYZ 24.1 23.4 25.08 -
YUV 134.44 126.63 137.67 -
System Red Green Blue C M Y K H S L
Decimal 148 128 132 0 0.14 0.11 0.42 348 0.09 0.54
Hex 94 80 84 0 E B 2A 15C 9 36
Octal 224 200 204 0 16 13 52 534 11 66
Binary 10010100 10000000 10000100 0 1110 1011 101010 101011100 1001 110110

Color Harmonies of #948084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948084

Black with #948084

Text Example


Text Example

White with #948084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948084; }

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

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

background-color css

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

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

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

border-color css

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

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

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