Html Css Color HEX #947F72 Hemp

📋 copy color: '#947F72'

red 148 ◦ green 127 ◦ blue 114

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

Shades of Hemp #947F72

Tints of Hemp #947F72

RGB

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

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

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

R = 38.05%
G = 32.65%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#947F72 (or 0x947F72) is known color: Hemp. HEX triplet: 94, 7F and 72. RGB value is (148,127,114). Sum of RGB (Red+Green+Blue) = 148+127+114=389 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.05% from 389); Green value is 127 (50% from 255 or 32.65% from 389); Blue value is 114 (44.92% from 255 or 29.31% from 389); Max value from RGB is 148 - color contains mainly: red. Hex color #947F72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947F72 is #6B808D. Grayscale: #838383. Windows color (decimal): -7045262 or 7503764. OLE color: 7503764.

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

Color convert

RGB 148 127 114 -
CMYK 0 0.14 0.23 0.42
HSL 22.94º 0.14% 0.51% -
HSV(B) 22.94º 0.23% 0.58% -
XYZ 22.84 22.69 19.1 -
YUV 131.8 117.96 139.56 -
System Red Green Blue C M Y K H S L
Decimal 148 127 114 0 0.14 0.23 0.42 22.94 0.14 0.51
Hex 94 7F 72 0 E 17 2A 17 E 33
Octal 224 177 162 0 16 27 52 27 16 63
Binary 10010100 1111111 1110010 0 1110 10111 101010 10111 1110 110011

Color Harmonies of #947F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947F72

Black with #947F72

Text Example


Text Example

White with #947F72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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