Html Css Color HEX #94717E Venus

📋 copy color: '#94717E'

red 148 ◦ green 113 ◦ blue 126

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

Shades of Venus #94717E

Tints of Venus #94717E

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.2%

 BLUE value IS 126 (49.61% from 255) = 32.56%

R = 38.24%
G = 29.2%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#94717E (or 0x94717E) is known color: Venus. HEX triplet: 94, 71 and 7E. RGB value is (148,113,126). Sum of RGB (Red+Green+Blue) = 148+113+126=387 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.24% from 387); Green value is 113 (44.53% from 255 or 29.20% from 387); Blue value is 126 (49.61% from 255 or 32.56% from 387); Max value from RGB is 148 - color contains mainly: red. Hex color #94717E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94717E is #6B8E81. Grayscale: #7C7C7C. Windows color (decimal): -7048834 or 8286612. OLE color: 8286612.

HSL color Cylindrical-coordinate representation of color #94717E: hue angle of 337.71º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #94717E is Cyan = 0, Magento = 0.24, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 113 126 -
CMYK 0 0.24 0.15 0.42
HSL 337.71º 0.14% 0.51% -
HSV(B) 337.71º 0.24% 0.58% -
XYZ 21.88 19.61 22.37 -
YUV 124.95 128.6 144.44 -
System Red Green Blue C M Y K H S L
Decimal 148 113 126 0 0.24 0.15 0.42 337.71 0.14 0.51
Hex 94 71 7E 0 18 F 2A 152 E 33
Octal 224 161 176 0 30 17 52 522 16 63
Binary 10010100 1110001 1111110 0 11000 1111 101010 101010010 1110 110011

Color Harmonies of #94717E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94717E

Black with #94717E

Text Example


Text Example

White with #94717E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94717E; }

 p { color: rgb(148,113,126); }

 H1.HeaderClassName
 {
   color: #94717E;
 }
 .AnyTagClassName
 {
   color: #94717E;
 }
</style>

background-color css

<style>
 a { background-color: #94717E; }

 a { background-color: rgb(148,113,126); }

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

border-color css

<style>
 span { border-color: #94717E; }

 span { border-color: rgb(148,113,126); }

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