Html Css Color HEX #94757C Venus

📋 copy color: '#94757C'

red 148 ◦ green 117 ◦ blue 124

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

Shades of Venus #94757C

Tints of Venus #94757C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 30.08%

 BLUE value IS 124 (48.83% from 255) = 31.88%

R = 38.05%
G = 30.08%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#94757C (or 0x94757C) is known color: Venus. HEX triplet: 94, 75 and 7C. RGB value is (148,117,124). Sum of RGB (Red+Green+Blue) = 148+117+124=389 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.05% from 389); Green value is 117 (46.09% from 255 or 30.08% from 389); Blue value is 124 (48.83% from 255 or 31.88% from 389); Max value from RGB is 148 - color contains mainly: red. Hex color #94757C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94757C is #6B8A83. Grayscale: #7F7F7F. Windows color (decimal): -7047812 or 8156564. OLE color: 8156564.

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

Color convert

RGB 148 117 124 -
CMYK 0 0.21 0.16 0.42
HSL 346.45º 0.13% 0.52% -
HSV(B) 346.45º 0.21% 0.58% -
XYZ 22.21 20.47 21.85 -
YUV 127.07 126.27 142.93 -
System Red Green Blue C M Y K H S L
Decimal 148 117 124 0 0.21 0.16 0.42 346.45 0.13 0.52
Hex 94 75 7C 0 15 10 2A 15A D 34
Octal 224 165 174 0 25 20 52 532 15 64
Binary 10010100 1110101 1111100 0 10101 10000 101010 101011010 1101 110100

Color Harmonies of #94757C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94757C

Black with #94757C

Text Example


Text Example

White with #94757C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94757C; }

 p { color: rgb(148,117,124); }

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

background-color css

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

 a { background-color: rgb(148,117,124); }

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

border-color css

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

 span { border-color: rgb(148,117,124); }

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