Html Css Color HEX #94737D Venus

📋 copy color: '#94737D'

red 148 ◦ green 115 ◦ blue 125

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

Shades of Venus #94737D

Tints of Venus #94737D

RGB

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

 GREEN value IS 115 (45.31% from 255) = 29.64%

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

R = 38.14%
G = 29.64%
B = 32.22%

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

#94737D (or 0x94737D) is known color: Venus. HEX triplet: 94, 73 and 7D. RGB value is (148,115,125). Sum of RGB (Red+Green+Blue) = 148+115+125=388 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.14% from 388); Green value is 115 (45.31% from 255 or 29.64% from 388); Blue value is 125 (49.22% from 255 or 32.22% from 388); Max value from RGB is 148 - color contains mainly: red. Hex color #94737D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94737D is #6B8C82. Grayscale: #7E7E7E. Windows color (decimal): -7048323 or 8221588. OLE color: 8221588.

HSL color Cylindrical-coordinate representation of color #94737D: hue angle of 341.82º 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 #94737D is Cyan = 0, Magento = 0.22, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 115 125 -
CMYK 0 0.22 0.16 0.42
HSL 341.82º 0.13% 0.52% -
HSV(B) 341.82º 0.22% 0.58% -
XYZ 22.05 20.04 22.11 -
YUV 126.01 127.43 143.69 -
System Red Green Blue C M Y K H S L
Decimal 148 115 125 0 0.22 0.16 0.42 341.82 0.13 0.52
Hex 94 73 7D 0 16 10 2A 156 D 34
Octal 224 163 175 0 26 20 52 526 15 64
Binary 10010100 1110011 1111101 0 10110 10000 101010 101010110 1101 110100

Color Harmonies of #94737D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94737D

Black with #94737D

Text Example


Text Example

White with #94737D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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