Html Css Color HEX #94747E Venus

📋 copy color: '#94747E'

red 148 ◦ green 116 ◦ blue 126

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

Shades of Venus #94747E

Tints of Venus #94747E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29.74%

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

R = 37.95%
G = 29.74%
B = 32.31%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#94747E (or 0x94747E) is known color: Venus. HEX triplet: 94, 74 and 7E. RGB value is (148,116,126). Sum of RGB (Red+Green+Blue) = 148+116+126=390 (51% of max value = 765). Red value is 148 (58.20% from 255 or 37.95% from 390); Green value is 116 (45.70% from 255 or 29.74% from 390); Blue value is 126 (49.61% from 255 or 32.31% from 390); Max value from RGB is 148 - color contains mainly: red. Hex color #94747E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94747E is #6B8B81. Grayscale: #7E7E7E. Windows color (decimal): -7048066 or 8287380. OLE color: 8287380.

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

Color convert

RGB 148 116 126 -
CMYK 0 0.22 0.15 0.42
HSL 341.25º 0.13% 0.52% -
HSV(B) 341.25º 0.22% 0.58% -
XYZ 22.22 20.29 22.48 -
YUV 126.71 127.6 143.19 -
System Red Green Blue C M Y K H S L
Decimal 148 116 126 0 0.22 0.15 0.42 341.25 0.13 0.52
Hex 94 74 7E 0 16 F 2A 155 D 34
Octal 224 164 176 0 26 17 52 525 15 64
Binary 10010100 1110100 1111110 0 10110 1111 101010 101010101 1101 110100

Color Harmonies of #94747E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94747E

Black with #94747E

Text Example


Text Example

White with #94747E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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