Html Css Color HEX #765549 Spice

📋 copy color: '#765549'

red 118 ◦ green 85 ◦ blue 73

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

Shades of Spice #765549

Tints of Spice #765549

RGB

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

 GREEN value IS 85 (33.59% from 255) = 30.8%

 BLUE value IS 73 (28.91% from 255) = 26.45%

R = 42.75%
G = 30.8%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.38

 K value IS 0.54

RGB Variations

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

Color information

#765549 (or 0x765549) is known color: Spice. HEX triplet: 76, 55 and 49. RGB value is (118,85,73). Sum of RGB (Red+Green+Blue) = 118+85+73=276 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.75% from 276); Green value is 85 (33.59% from 255 or 30.80% from 276); Blue value is 73 (28.91% from 255 or 26.45% from 276); Max value from RGB is 118 - color contains mainly: red. Hex color #765549 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765549 is #89AAB6. Grayscale: #5D5D5D. Windows color (decimal): -9022135 or 4806006. OLE color: 4806006.

HSL color Cylindrical-coordinate representation of color #765549: hue angle of 16º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #765549 is Cyan = 0, Magento = 0.28, Yellow = 0.38 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 85 73 -
CMYK 0 0.28 0.38 0.54
HSL 16º 0.24% 0.37% -
HSV(B) 16º 0.38% 0.46% -
XYZ 11.92 10.83 7.77 -
YUV 93.5 116.43 145.48 -
System Red Green Blue C M Y K H S L
Decimal 118 85 73 0 0.28 0.38 0.54 16 0.24 0.37
Hex 76 55 49 0 1C 26 36 10 18 25
Octal 166 125 111 0 34 46 66 20 30 45
Binary 1110110 1010101 1001001 0 11100 100110 110110 10000 11000 100101

Color Harmonies of #765549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765549

Black with #765549

Text Example


Text Example

White with #765549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765549; }

 p { color: rgb(118,85,73); }

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

background-color css

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

 a { background-color: rgb(118,85,73); }

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

border-color css

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

 span { border-color: rgb(118,85,73); }

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