Html Css Color HEX #948889 Venus

📋 copy color: '#948889'

red 148 ◦ green 136 ◦ blue 137

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

Shades of Venus #948889

Tints of Venus #948889

RGB

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

 GREEN value IS 136 (53.52% from 255) = 32.3%

 BLUE value IS 137 (53.91% from 255) = 32.54%

R = 35.15%
G = 32.3%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#948889 (or 0x948889) is known color: Venus. HEX triplet: 94, 88 and 89. RGB value is (148,136,137). Sum of RGB (Red+Green+Blue) = 148+136+137=421 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.15% from 421); Green value is 136 (53.52% from 255 or 32.30% from 421); Blue value is 137 (53.91% from 255 or 32.54% from 421); Max value from RGB is 148 - color contains mainly: red. Hex color #948889 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948889 is #6B7776. Grayscale: #8B8B8B. Windows color (decimal): -7042935 or 9013396. OLE color: 9013396.

HSL color Cylindrical-coordinate representation of color #948889: hue angle of 355º degrees, saturation: 0.05, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #948889 is Cyan = 0, Magento = 0.08, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 136 137 -
CMYK 0 0.08 0.07 0.42
HSL 355º 0.05% 0.56% -
HSV(B) 355º 0.08% 0.58% -
XYZ 25.53 25.71 27.28 -
YUV 139.7 126.48 133.92 -
System Red Green Blue C M Y K H S L
Decimal 148 136 137 0 0.08 0.07 0.42 355 0.05 0.56
Hex 94 88 89 0 8 7 2A 163 5 38
Octal 224 210 211 0 10 7 52 543 5 70
Binary 10010100 10001000 10001001 0 1000 111 101010 101100011 101 111000

Color Harmonies of #948889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948889

Black with #948889

Text Example


Text Example

White with #948889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948889; }

 p { color: rgb(148,136,137); }

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

background-color css

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

 a { background-color: rgb(148,136,137); }

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

border-color css

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

 span { border-color: rgb(148,136,137); }

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