Html Css Color HEX #94767E Venus

📋 copy color: '#94767E'

red 148 ◦ green 118 ◦ blue 126

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

Shades of Venus #94767E

Tints of Venus #94767E

RGB

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

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

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

R = 37.76%
G = 30.1%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#94767E (or 0x94767E) is known color: Venus. HEX triplet: 94, 76 and 7E. RGB value is (148,118,126). Sum of RGB (Red+Green+Blue) = 148+118+126=392 (51% of max value = 765). Red value is 148 (58.20% from 255 or 37.76% from 392); Green value is 118 (46.48% from 255 or 30.10% from 392); Blue value is 126 (49.61% from 255 or 32.14% from 392); Max value from RGB is 148 - color contains mainly: red. Hex color #94767E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94767E is #6B8981. Grayscale: #7F7F7F. Windows color (decimal): -7047554 or 8287892. OLE color: 8287892.

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

Color convert

RGB 148 118 126 -
CMYK 0 0.20 0.15 0.42
HSL 344º 0.12% 0.52% -
HSV(B) 344º 0.2% 0.58% -
XYZ 22.46 20.76 22.56 -
YUV 127.88 126.94 142.35 -
System Red Green Blue C M Y K H S L
Decimal 148 118 126 0 0.20 0.15 0.42 344 0.12 0.52
Hex 94 76 7E 0 14 F 2A 158 C 34
Octal 224 166 176 0 24 17 52 530 14 64
Binary 10010100 1110110 1111110 0 10100 1111 101010 101011000 1100 110100

Color Harmonies of #94767E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94767E

Black with #94767E

Text Example


Text Example

White with #94767E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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