Html Css Color HEX #94747F Venus

📋 copy color: '#94747F'

red 148 ◦ green 116 ◦ blue 127

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

Shades of Venus #94747F

Tints of Venus #94747F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 32.48%

R = 37.85%
G = 29.67%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#94747F (or 0x94747F) is known color: Venus. HEX triplet: 94, 74 and 7F. RGB value is (148,116,127). Sum of RGB (Red+Green+Blue) = 148+116+127=391 (51% of max value = 765). Red value is 148 (58.20% from 255 or 37.85% from 391); Green value is 116 (45.70% from 255 or 29.67% from 391); Blue value is 127 (50% from 255 or 32.48% from 391); Max value from RGB is 148 - color contains mainly: red. Hex color #94747F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94747F is #6B8B80. Grayscale: #7E7E7E. Windows color (decimal): -7048065 or 8352916. OLE color: 8352916.

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

Color convert

RGB 148 116 127 -
CMYK 0 0.22 0.14 0.42
HSL 339.38º 0.13% 0.52% -
HSV(B) 339.38º 0.22% 0.58% -
XYZ 22.29 20.32 22.83 -
YUV 126.82 128.1 143.11 -
System Red Green Blue C M Y K H S L
Decimal 148 116 127 0 0.22 0.14 0.42 339.38 0.13 0.52
Hex 94 74 7F 0 16 E 2A 153 D 34
Octal 224 164 177 0 26 16 52 523 15 64
Binary 10010100 1110100 1111111 0 10110 1110 101010 101010011 1101 110100

Color Harmonies of #94747F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94747F

Black with #94747F

Text Example


Text Example

White with #94747F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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