Html Css Color HEX #94767C Venus

📋 copy color: '#94767C'

red 148 ◦ green 118 ◦ blue 124

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

Shades of Venus #94767C

Tints of Venus #94767C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 30.26%

 BLUE value IS 124 (48.83% from 255) = 31.79%

R = 37.95%
G = 30.26%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#94767C (or 0x94767C) is known color: Venus. HEX triplet: 94, 76 and 7C. RGB value is (148,118,124). Sum of RGB (Red+Green+Blue) = 148+118+124=390 (51% of max value = 765). Red value is 148 (58.20% from 255 or 37.95% from 390); Green value is 118 (46.48% from 255 or 30.26% from 390); Blue value is 124 (48.83% from 255 or 31.79% from 390); Max value from RGB is 148 - color contains mainly: red. Hex color #94767C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94767C is #6B8983. Grayscale: #7F7F7F. Windows color (decimal): -7047556 or 8156820. OLE color: 8156820.

HSL color Cylindrical-coordinate representation of color #94767C: hue angle of 348º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #94767C is Cyan = 0, Magento = 0.20, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 118 124 -
CMYK 0 0.20 0.16 0.42
HSL 348º 0.12% 0.52% -
HSV(B) 348º 0.2% 0.58% -
XYZ 22.33 20.71 21.89 -
YUV 127.65 125.94 142.51 -
System Red Green Blue C M Y K H S L
Decimal 148 118 124 0 0.20 0.16 0.42 348 0.12 0.52
Hex 94 76 7C 0 14 10 2A 15C C 34
Octal 224 166 174 0 24 20 52 534 14 64
Binary 10010100 1110110 1111100 0 10100 10000 101010 101011100 1100 110100

Color Harmonies of #94767C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94767C

Black with #94767C

Text Example


Text Example

White with #94767C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94767C; }

 p { color: rgb(148,118,124); }

 H1.HeaderClassName
 {
   color: #94767C;
 }
 .AnyTagClassName
 {
   color: #94767C;
 }
</style>

background-color css

<style>
 a { background-color: #94767C; }

 a { background-color: rgb(148,118,124); }

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

border-color css

<style>
 span { border-color: #94767C; }

 span { border-color: rgb(148,118,124); }

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