Html Css Color HEX #94757D Venus

📋 copy color: '#94757D'

red 148 ◦ green 117 ◦ blue 125

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

Shades of Venus #94757D

Tints of Venus #94757D

RGB

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

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

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

R = 37.95%
G = 30%
B = 32.05%

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

#94757D (or 0x94757D) is known color: Venus. HEX triplet: 94, 75 and 7D. RGB value is (148,117,125). Sum of RGB (Red+Green+Blue) = 148+117+125=390 (51% of max value = 765). Red value is 148 (58.20% from 255 or 37.95% from 390); Green value is 117 (46.09% from 255 or 30% from 390); Blue value is 125 (49.22% from 255 or 32.05% from 390); Max value from RGB is 148 - color contains mainly: red. Hex color #94757D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94757D is #6B8A82. Grayscale: #7F7F7F. Windows color (decimal): -7047811 or 8222100. OLE color: 8222100.

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

Color convert

RGB 148 117 125 -
CMYK 0 0.21 0.16 0.42
HSL 344.52º 0.13% 0.52% -
HSV(B) 344.52º 0.21% 0.58% -
XYZ 22.28 20.5 22.18 -
YUV 127.18 126.77 142.85 -
System Red Green Blue C M Y K H S L
Decimal 148 117 125 0 0.21 0.16 0.42 344.52 0.13 0.52
Hex 94 75 7D 0 15 10 2A 159 D 34
Octal 224 165 175 0 25 20 52 531 15 64
Binary 10010100 1110101 1111101 0 10101 10000 101010 101011001 1101 110100

Color Harmonies of #94757D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94757D

Black with #94757D

Text Example


Text Example

White with #94757D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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