Html Css Color HEX #94767D Venus

📋 copy color: '#94767D'

red 148 ◦ green 118 ◦ blue 125

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

Shades of Venus #94767D

Tints of Venus #94767D

RGB

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

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

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

R = 37.85%
G = 30.18%
B = 31.97%

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

#94767D (or 0x94767D) is known color: Venus. HEX triplet: 94, 76 and 7D. RGB value is (148,118,125). Sum of RGB (Red+Green+Blue) = 148+118+125=391 (51% of max value = 765). Red value is 148 (58.20% from 255 or 37.85% from 391); Green value is 118 (46.48% from 255 or 30.18% from 391); Blue value is 125 (49.22% from 255 or 31.97% from 391); Max value from RGB is 148 - color contains mainly: red. Hex color #94767D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94767D is #6B8982. Grayscale: #7F7F7F. Windows color (decimal): -7047555 or 8222356. OLE color: 8222356.

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

Color convert

RGB 148 118 125 -
CMYK 0 0.20 0.16 0.42
HSL 346º 0.12% 0.52% -
HSV(B) 346º 0.2% 0.58% -
XYZ 22.39 20.73 22.22 -
YUV 127.77 126.44 142.43 -
System Red Green Blue C M Y K H S L
Decimal 148 118 125 0 0.20 0.16 0.42 346 0.12 0.52
Hex 94 76 7D 0 14 10 2A 15A C 34
Octal 224 166 175 0 24 20 52 532 14 64
Binary 10010100 1110110 1111101 0 10100 10000 101010 101011010 1100 110100

Color Harmonies of #94767D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94767D

Black with #94767D

Text Example


Text Example

White with #94767D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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