Html Css Color HEX #94797D Venus

📋 copy color: '#94797D'

red 148 ◦ green 121 ◦ blue 125

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

Shades of Venus #94797D

Tints of Venus #94797D

RGB

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

 GREEN value IS 121 (47.66% from 255) = 30.71%

 BLUE value IS 125 (49.22% from 255) = 31.73%

R = 37.56%
G = 30.71%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#94797D (or 0x94797D) is known color: Venus. HEX triplet: 94, 79 and 7D. RGB value is (148,121,125). Sum of RGB (Red+Green+Blue) = 148+121+125=394 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.56% from 394); Green value is 121 (47.66% from 255 or 30.71% from 394); Blue value is 125 (49.22% from 255 or 31.73% from 394); Max value from RGB is 148 - color contains mainly: red. Hex color #94797D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94797D is #6B8682. Grayscale: #818181. Windows color (decimal): -7046787 or 8223124. OLE color: 8223124.

HSL color Cylindrical-coordinate representation of color #94797D: hue angle of 351.11º degrees, saturation: 0.11, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #94797D is Cyan = 0, Magento = 0.18, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 121 125 -
CMYK 0 0.18 0.16 0.42
HSL 351.11º 0.11% 0.53% -
HSV(B) 351.11º 0.18% 0.58% -
XYZ 22.75 21.45 22.34 -
YUV 129.53 125.45 141.17 -
System Red Green Blue C M Y K H S L
Decimal 148 121 125 0 0.18 0.16 0.42 351.11 0.11 0.53
Hex 94 79 7D 0 12 10 2A 15F B 35
Octal 224 171 175 0 22 20 52 537 13 65
Binary 10010100 1111001 1111101 0 10010 10000 101010 101011111 1011 110101

Color Harmonies of #94797D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94797D

Black with #94797D

Text Example


Text Example

White with #94797D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94797D; }

 p { color: rgb(148,121,125); }

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

background-color css

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

 a { background-color: rgb(148,121,125); }

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

border-color css

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

 span { border-color: rgb(148,121,125); }

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