Html Css Color HEX #765447 Spice

📋 copy color: '#765447'

red 118 ◦ green 84 ◦ blue 71

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

Shades of Spice #765447

Tints of Spice #765447

RGB

 RED value IS 118 (46.48% from 255) = 43.22%

 GREEN value IS 84 (33.2% from 255) = 30.77%

 BLUE value IS 71 (28.13% from 255) = 26.01%

R = 43.22%
G = 30.77%
B = 26.01%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.40

 K value IS 0.54

RGB Variations

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

Color information

#765447 (or 0x765447) is known color: Spice. HEX triplet: 76, 54 and 47. RGB value is (118,84,71). Sum of RGB (Red+Green+Blue) = 118+84+71=273 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.22% from 273); Green value is 84 (33.20% from 255 or 30.77% from 273); Blue value is 71 (28.12% from 255 or 26.01% from 273); Max value from RGB is 118 - color contains mainly: red. Hex color #765447 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765447 is #89ABB8. Grayscale: #5C5C5C. Windows color (decimal): -9022393 or 4674678. OLE color: 4674678.

HSL color Cylindrical-coordinate representation of color #765447: hue angle of 16.6º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #765447 is Cyan = 0, Magento = 0.29, Yellow = 0.40 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 84 71 -
CMYK 0 0.29 0.40 0.54
HSL 16.6º 0.25% 0.37% -
HSV(B) 16.6º 0.4% 0.46% -
XYZ 11.78 10.65 7.4 -
YUV 92.68 115.76 146.06 -
System Red Green Blue C M Y K H S L
Decimal 118 84 71 0 0.29 0.40 0.54 16.6 0.25 0.37
Hex 76 54 47 0 1D 28 36 11 19 25
Octal 166 124 107 0 35 50 66 21 31 45
Binary 1110110 1010100 1000111 0 11101 101000 110110 10001 11001 100101

Color Harmonies of #765447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765447

Black with #765447

Text Example


Text Example

White with #765447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765447; }

 p { color: rgb(118,84,71); }

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

background-color css

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

 a { background-color: rgb(118,84,71); }

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

border-color css

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

 span { border-color: rgb(118,84,71); }

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