Html Css Color HEX #947E79 Hemp

📋 copy color: '#947E79'

red 148 ◦ green 126 ◦ blue 121

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

Shades of Hemp #947E79

Tints of Hemp #947E79

RGB

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

 GREEN value IS 126 (49.61% from 255) = 31.9%

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

R = 37.47%
G = 31.9%
B = 30.63%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#947E79 (or 0x947E79) is known color: Hemp. HEX triplet: 94, 7E and 79. RGB value is (148,126,121). Sum of RGB (Red+Green+Blue) = 148+126+121=395 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.47% from 395); Green value is 126 (49.61% from 255 or 31.90% from 395); Blue value is 121 (47.66% from 255 or 30.63% from 395); Max value from RGB is 148 - color contains mainly: red. Hex color #947E79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947E79 is #6B8186. Grayscale: #848484. Windows color (decimal): -7045511 or 7962260. OLE color: 7962260.

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

Color convert

RGB 148 126 121 -
CMYK 0 0.15 0.18 0.42
HSL 11.11º 0.11% 0.53% -
HSV(B) 11.11º 0.18% 0.58% -
XYZ 23.12 22.6 21.23 -
YUV 132.01 121.79 139.41 -
System Red Green Blue C M Y K H S L
Decimal 148 126 121 0 0.15 0.18 0.42 11.11 0.11 0.53
Hex 94 7E 79 0 F 12 2A B B 35
Octal 224 176 171 0 17 22 52 13 13 65
Binary 10010100 1111110 1111001 0 1111 10010 101010 1011 1011 110101

Color Harmonies of #947E79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947E79

Black with #947E79

Text Example


Text Example

White with #947E79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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