Html Css Color HEX #94888A Venus

📋 copy color: '#94888A'

red 148 ◦ green 136 ◦ blue 138

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

Shades of Venus #94888A

Tints of Venus #94888A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 32.7%

R = 35.07%
G = 32.23%
B = 32.7%

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

#94888A (or 0x94888A) is known color: Venus. HEX triplet: 94, 88 and 8A. RGB value is (148,136,138). Sum of RGB (Red+Green+Blue) = 148+136+138=422 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.07% from 422); Green value is 136 (53.52% from 255 or 32.23% from 422); Blue value is 138 (54.30% from 255 or 32.70% from 422); Max value from RGB is 148 - color contains mainly: red. Hex color #94888A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94888A is #6B7775. Grayscale: #8B8B8B. Windows color (decimal): -7042934 or 9078932. OLE color: 9078932.

HSL color Cylindrical-coordinate representation of color #94888A: hue angle of 350º 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 #94888A is Cyan = 0, Magento = 0.08, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 136 138 -
CMYK 0 0.08 0.07 0.42
HSL 350º 0.05% 0.56% -
HSV(B) 350º 0.08% 0.58% -
XYZ 25.6 25.74 27.66 -
YUV 139.82 126.98 133.84 -
System Red Green Blue C M Y K H S L
Decimal 148 136 138 0 0.08 0.07 0.42 350 0.05 0.56
Hex 94 88 8A 0 8 7 2A 15E 5 38
Octal 224 210 212 0 10 7 52 536 5 70
Binary 10010100 10001000 10001010 0 1000 111 101010 101011110 101 111000

Color Harmonies of #94888A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94888A

Black with #94888A

Text Example


Text Example

White with #94888A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94888A; }

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

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

background-color css

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

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

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

border-color css

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

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

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