Html Css Color HEX #947E70 Hemp

📋 copy color: '#947E70'

red 148 ◦ green 126 ◦ blue 112

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

Shades of Hemp #947E70

Tints of Hemp #947E70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 29.02%

R = 38.34%
G = 32.64%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#947E70 (or 0x947E70) is known color: Hemp. HEX triplet: 94, 7E and 70. RGB value is (148,126,112). Sum of RGB (Red+Green+Blue) = 148+126+112=386 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.34% from 386); Green value is 126 (49.61% from 255 or 32.64% from 386); Blue value is 112 (44.14% from 255 or 29.02% from 386); Max value from RGB is 148 - color contains mainly: red. Hex color #947E70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947E70 is #6B818F. Grayscale: #838383. Windows color (decimal): -7045520 or 7372436. OLE color: 7372436.

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

Color convert

RGB 148 126 112 -
CMYK 0 0.15 0.24 0.42
HSL 23.33º 0.14% 0.51% -
HSV(B) 23.33º 0.24% 0.58% -
XYZ 22.6 22.39 18.46 -
YUV 130.98 117.29 140.14 -
System Red Green Blue C M Y K H S L
Decimal 148 126 112 0 0.15 0.24 0.42 23.33 0.14 0.51
Hex 94 7E 70 0 F 18 2A 17 E 33
Octal 224 176 160 0 17 30 52 27 16 63
Binary 10010100 1111110 1110000 0 1111 11000 101010 10111 1110 110011

Color Harmonies of #947E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947E70

Black with #947E70

Text Example


Text Example

White with #947E70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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