Html Css Color HEX #94787E Venus

📋 copy color: '#94787E'

red 148 ◦ green 120 ◦ blue 126

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

Shades of Venus #94787E

Tints of Venus #94787E

RGB

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

 GREEN value IS 120 (47.27% from 255) = 30.46%

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

R = 37.56%
G = 30.46%
B = 31.98%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#94787E (or 0x94787E) is known color: Venus. HEX triplet: 94, 78 and 7E. RGB value is (148,120,126). Sum of RGB (Red+Green+Blue) = 148+120+126=394 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.56% from 394); Green value is 120 (47.27% from 255 or 30.46% from 394); Blue value is 126 (49.61% from 255 or 31.98% from 394); Max value from RGB is 148 - color contains mainly: red. Hex color #94787E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94787E is #6B8781. Grayscale: #818181. Windows color (decimal): -7047042 or 8288404. OLE color: 8288404.

HSL color Cylindrical-coordinate representation of color #94787E: hue angle of 347.14º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #94787E is Cyan = 0, Magento = 0.19, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 120 126 -
CMYK 0 0.19 0.15 0.42
HSL 347.14º 0.12% 0.53% -
HSV(B) 347.14º 0.19% 0.58% -
XYZ 22.7 21.24 22.64 -
YUV 129.06 126.28 141.51 -
System Red Green Blue C M Y K H S L
Decimal 148 120 126 0 0.19 0.15 0.42 347.14 0.12 0.53
Hex 94 78 7E 0 13 F 2A 15B C 35
Octal 224 170 176 0 23 17 52 533 14 65
Binary 10010100 1111000 1111110 0 10011 1111 101010 101011011 1100 110101

Color Harmonies of #94787E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94787E

Black with #94787E

Text Example


Text Example

White with #94787E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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