Html Css Color HEX #947F79 Hemp

📋 copy color: '#947F79'

red 148 ◦ green 127 ◦ blue 121

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

Shades of Hemp #947F79

Tints of Hemp #947F79

RGB

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

 GREEN value IS 127 (50% from 255) = 32.07%

 BLUE value IS 121 (47.66% from 255) = 30.56%

R = 37.37%
G = 32.07%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#947F79 (or 0x947F79) is known color: Hemp. HEX triplet: 94, 7F and 79. RGB value is (148,127,121). Sum of RGB (Red+Green+Blue) = 148+127+121=396 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.37% from 396); Green value is 127 (50% from 255 or 32.07% from 396); Blue value is 121 (47.66% from 255 or 30.56% from 396); Max value from RGB is 148 - color contains mainly: red. Hex color #947F79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947F79 is #6B8086. Grayscale: #848484. Windows color (decimal): -7045255 or 7962516. OLE color: 7962516.

HSL color Cylindrical-coordinate representation of color #947F79: hue angle of 13.33º 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 #947F79 is Cyan = 0, Magento = 0.14, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 127 121 -
CMYK 0 0.14 0.18 0.42
HSL 13.33º 0.11% 0.53% -
HSV(B) 13.33º 0.18% 0.58% -
XYZ 23.25 22.86 21.28 -
YUV 132.6 121.46 138.99 -
System Red Green Blue C M Y K H S L
Decimal 148 127 121 0 0.14 0.18 0.42 13.33 0.11 0.53
Hex 94 7F 79 0 E 12 2A D B 35
Octal 224 177 171 0 16 22 52 15 13 65
Binary 10010100 1111111 1111001 0 1110 10010 101010 1101 1011 110101

Color Harmonies of #947F79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947F79

Black with #947F79

Text Example


Text Example

White with #947F79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #947F79;
 }
 .AnyTagClassName
 {
   color: #947F79;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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