#947E7A

Color #947E7A Hemp (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hemp #947E7A

Tints of Hemp #947E7A

Color information

#947E7A (or 0x947E7A) is unknown color: approx Hemp. HEX triplet: 94, 7E and 7A. RGB value is (148,126,122). Sum of RGB (Red+Green+Blue) = 148+126+122=396 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.37% from 396); Green value is 126 (49.61% from 255 or 31.82% from 396); Blue value is 122 (48.05% from 255 or 30.81% from 396); Max value from RGB is 148 - color contains mainly: red. Hex color #947E7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947E7A is #6B8185. Grayscale: #848484. Windows color (decimal): -7045510 or 8027796. OLE color: 8027796.

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

Color convert

RGB148126122-
CMYK00.150.180.42
HSL9.23º10.83%52.94%-
HSV(B)9.23º17.57%58.04%-
XYZ23.1922.6221.56-
YUV132.12122.29139.33-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.37%
GREEN value IS 126 (49.61% from 255) = 31.82%
BLUE value IS 122 (48.05% from 255) = 30.81%
R=37.37%
G=31.82%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14812612200.150.180.429.2310.8352.94
Hex947E7A0F122A9b35
Octal2241761720172252111365
Binary1001010011111101111010011111001010101010011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947E7A; }

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

 H1.HeaderClassName
 {
   color: #947E7A;
 }
 .AnyTagClassName
 {
   color: #947E7A;
 }
</style>
background-color css

<style>
 a { background-color: #947E7A; }

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

 div.DivClassName
 {
   background-color: #947E7A;
 }
 .BgClassName
 {
   background-color: #947E7A;
 }
</style>
border-color css

<style>
 span { border-color: #947E7A; }

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

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