Html Css Color HEX #947B72 Hemp

📋 copy color: '#947B72'

red 148 ◦ green 123 ◦ blue 114

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

Shades of Hemp #947B72

Tints of Hemp #947B72

RGB

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

 GREEN value IS 123 (48.44% from 255) = 31.95%

 BLUE value IS 114 (44.92% from 255) = 29.61%

R = 38.44%
G = 31.95%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#947B72 (or 0x947B72) is known color: Hemp. HEX triplet: 94, 7B and 72. RGB value is (148,123,114). Sum of RGB (Red+Green+Blue) = 148+123+114=385 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.44% from 385); Green value is 123 (48.44% from 255 or 31.95% from 385); Blue value is 114 (44.92% from 255 or 29.61% from 385); Max value from RGB is 148 - color contains mainly: red. Hex color #947B72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947B72 is #6B848D. Grayscale: #818181. Windows color (decimal): -7046286 or 7502740. OLE color: 7502740.

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

Color convert

RGB 148 123 114 -
CMYK 0 0.17 0.23 0.42
HSL 15.88º 0.14% 0.51% -
HSV(B) 15.88º 0.23% 0.58% -
XYZ 22.33 21.68 18.93 -
YUV 129.45 119.28 141.23 -
System Red Green Blue C M Y K H S L
Decimal 148 123 114 0 0.17 0.23 0.42 15.88 0.14 0.51
Hex 94 7B 72 0 11 17 2A 10 E 33
Octal 224 173 162 0 21 27 52 20 16 63
Binary 10010100 1111011 1110010 0 10001 10111 101010 10000 1110 110011

Color Harmonies of #947B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947B72

Black with #947B72

Text Example


Text Example

White with #947B72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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