Html Css Color HEX #947C75 Hemp

📋 copy color: '#947C75'

red 148 ◦ green 124 ◦ blue 117

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

Shades of Hemp #947C75

Tints of Hemp #947C75

RGB

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

 GREEN value IS 124 (48.83% from 255) = 31.88%

 BLUE value IS 117 (46.09% from 255) = 30.08%

R = 38.05%
G = 31.88%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#947C75 (or 0x947C75) is known color: Hemp. HEX triplet: 94, 7C and 75. RGB value is (148,124,117). Sum of RGB (Red+Green+Blue) = 148+124+117=389 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.05% from 389); Green value is 124 (48.83% from 255 or 31.88% from 389); Blue value is 117 (46.09% from 255 or 30.08% from 389); Max value from RGB is 148 - color contains mainly: red. Hex color #947C75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947C75 is #6B838A. Grayscale: #828282. Windows color (decimal): -7046027 or 7699604. OLE color: 7699604.

HSL color Cylindrical-coordinate representation of color #947C75: hue angle of 13.55º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #947C75 is Cyan = 0, Magento = 0.16, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 124 117 -
CMYK 0 0.16 0.21 0.42
HSL 13.55º 0.13% 0.52% -
HSV(B) 13.55º 0.21% 0.58% -
XYZ 22.63 22 19.88 -
YUV 130.38 120.45 140.57 -
System Red Green Blue C M Y K H S L
Decimal 148 124 117 0 0.16 0.21 0.42 13.55 0.13 0.52
Hex 94 7C 75 0 10 15 2A E D 34
Octal 224 174 165 0 20 25 52 16 15 64
Binary 10010100 1111100 1110101 0 10000 10101 101010 1110 1101 110100

Color Harmonies of #947C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947C75

Black with #947C75

Text Example


Text Example

White with #947C75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,124,117); }

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

background-color css

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

 a { background-color: rgb(148,124,117); }

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

border-color css

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

 span { border-color: rgb(148,124,117); }

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