#947F7B

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

Shades of Hemp #947F7B

Tints of Hemp #947F7B

Color information

#947F7B (or 0x947F7B) is unknown color: approx Hemp. HEX triplet: 94, 7F and 7B. RGB value is (148,127,123). Sum of RGB (Red+Green+Blue) = 148+127+123=398 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.19% from 398); Green value is 127 (50% from 255 or 31.91% from 398); Blue value is 123 (48.44% from 255 or 30.90% from 398); Max value from RGB is 148 - color contains mainly: red. Hex color #947F7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947F7B is #6B8084. Grayscale: #848484. Windows color (decimal): -7045253 or 8093588. OLE color: 8093588.

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

Color convert

RGB148127123-
CMYK00.140.170.42
HSL9.6º10.46%53.14%-
HSV(B)9.6º16.89%58.04%-
XYZ23.3822.921.93-
YUV132.82122.46138.83-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.19%
GREEN value IS 127 (50% from 255) = 31.91%
BLUE value IS 123 (48.44% from 255) = 30.90%
R=37.19%
G=31.91%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14812712300.140.170.429.610.4653.14
Hex947F7B0E112Aaa35
Octal2241771730162152121265
Binary1001010011111111111011011101000110101010101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,127,123); }

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

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

 a { background-color: rgb(148,127,123); }

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

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

 span { border-color: rgb(148,127,123); }

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