Html Css Color HEX #94747D Venus

📋 copy color: '#94747D'

red 148 ◦ green 116 ◦ blue 125

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

Shades of Venus #94747D

Tints of Venus #94747D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29.82%

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

R = 38.05%
G = 29.82%
B = 32.13%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#94747D (or 0x94747D) is known color: Venus. HEX triplet: 94, 74 and 7D. RGB value is (148,116,125). Sum of RGB (Red+Green+Blue) = 148+116+125=389 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.05% from 389); Green value is 116 (45.70% from 255 or 29.82% from 389); Blue value is 125 (49.22% from 255 or 32.13% from 389); Max value from RGB is 148 - color contains mainly: red. Hex color #94747D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94747D is #6B8B82. Grayscale: #7E7E7E. Windows color (decimal): -7048067 or 8221844. OLE color: 8221844.

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

Color convert

RGB 148 116 125 -
CMYK 0 0.22 0.16 0.42
HSL 343.13º 0.13% 0.52% -
HSV(B) 343.13º 0.22% 0.58% -
XYZ 22.16 20.27 22.15 -
YUV 126.59 127.1 143.27 -
System Red Green Blue C M Y K H S L
Decimal 148 116 125 0 0.22 0.16 0.42 343.13 0.13 0.52
Hex 94 74 7D 0 16 10 2A 157 D 34
Octal 224 164 175 0 26 20 52 527 15 64
Binary 10010100 1110100 1111101 0 10110 10000 101010 101010111 1101 110100

Color Harmonies of #94747D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94747D

Black with #94747D

Text Example


Text Example

White with #94747D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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