Html Css Color HEX #947A70 Hemp

📋 copy color: '#947A70'

red 148 ◦ green 122 ◦ blue 112

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

Shades of Hemp #947A70

Tints of Hemp #947A70

RGB

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

 GREEN value IS 122 (48.05% from 255) = 31.94%

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

R = 38.74%
G = 31.94%
B = 29.32%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#947A70 (or 0x947A70) is known color: Hemp. HEX triplet: 94, 7A and 70. RGB value is (148,122,112). Sum of RGB (Red+Green+Blue) = 148+122+112=382 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.74% from 382); Green value is 122 (48.05% from 255 or 31.94% from 382); Blue value is 112 (44.14% from 255 or 29.32% from 382); Max value from RGB is 148 - color contains mainly: red. Hex color #947A70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947A70 is #6B858F. Grayscale: #808080. Windows color (decimal): -7046544 or 7371412. OLE color: 7371412.

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

Color convert

RGB 148 122 112 -
CMYK 0 0.18 0.24 0.42
HSL 16.67º 0.14% 0.51% -
HSV(B) 16.67º 0.24% 0.58% -
XYZ 22.1 21.38 18.29 -
YUV 128.63 118.61 141.81 -
System Red Green Blue C M Y K H S L
Decimal 148 122 112 0 0.18 0.24 0.42 16.67 0.14 0.51
Hex 94 7A 70 0 12 18 2A 11 E 33
Octal 224 172 160 0 22 30 52 21 16 63
Binary 10010100 1111010 1110000 0 10010 11000 101010 10001 1110 110011

Color Harmonies of #947A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947A70

Black with #947A70

Text Example


Text Example

White with #947A70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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