Html Css Color HEX #94707D Venus

📋 copy color: '#94707D'

red 148 ◦ green 112 ◦ blue 125

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

Shades of Venus #94707D

Tints of Venus #94707D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.09%

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

R = 38.44%
G = 29.09%
B = 32.47%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#94707D (or 0x94707D) is known color: Venus. HEX triplet: 94, 70 and 7D. RGB value is (148,112,125). Sum of RGB (Red+Green+Blue) = 148+112+125=385 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.44% from 385); Green value is 112 (44.14% from 255 or 29.09% from 385); Blue value is 125 (49.22% from 255 or 32.47% from 385); Max value from RGB is 148 - color contains mainly: red. Hex color #94707D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94707D is #6B8F82. Grayscale: #7C7C7C. Windows color (decimal): -7049091 or 8220820. OLE color: 8220820.

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

Color convert

RGB 148 112 125 -
CMYK 0 0.24 0.16 0.42
HSL 338.33º 0.14% 0.51% -
HSV(B) 338.33º 0.24% 0.58% -
XYZ 21.71 19.36 22 -
YUV 124.25 128.43 144.94 -
System Red Green Blue C M Y K H S L
Decimal 148 112 125 0 0.24 0.16 0.42 338.33 0.14 0.51
Hex 94 70 7D 0 18 10 2A 152 E 33
Octal 224 160 175 0 30 20 52 522 16 63
Binary 10010100 1110000 1111101 0 11000 10000 101010 101010010 1110 110011

Color Harmonies of #94707D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94707D

Black with #94707D

Text Example


Text Example

White with #94707D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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