Html Css Color HEX #94747B Venus

📋 copy color: '#94747B'

red 148 ◦ green 116 ◦ blue 123

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

Shades of Venus #94747B

Tints of Venus #94747B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 31.78%

R = 38.24%
G = 29.97%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

#94747B (or 0x94747B) is known color: Venus. HEX triplet: 94, 74 and 7B. RGB value is (148,116,123). Sum of RGB (Red+Green+Blue) = 148+116+123=387 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.24% from 387); Green value is 116 (45.70% from 255 or 29.97% from 387); Blue value is 123 (48.44% from 255 or 31.78% from 387); Max value from RGB is 148 - color contains mainly: red. Hex color #94747B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94747B is #6B8B84. Grayscale: #7E7E7E. Windows color (decimal): -7048069 or 8090772. OLE color: 8090772.

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

Color convert

RGB 148 116 123 -
CMYK 0 0.22 0.17 0.42
HSL 346.88º 0.13% 0.52% -
HSV(B) 346.88º 0.22% 0.58% -
XYZ 22.03 20.22 21.48 -
YUV 126.37 126.1 143.43 -
System Red Green Blue C M Y K H S L
Decimal 148 116 123 0 0.22 0.17 0.42 346.88 0.13 0.52
Hex 94 74 7B 0 16 11 2A 15B D 34
Octal 224 164 173 0 26 21 52 533 15 64
Binary 10010100 1110100 1111011 0 10110 10001 101010 101011011 1101 110100

Color Harmonies of #94747B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94747B

Black with #94747B

Text Example


Text Example

White with #94747B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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