Html Css Color HEX #765548 Spice

📋 copy color: '#765548'

red 118 ◦ green 85 ◦ blue 72

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

Shades of Spice #765548

Tints of Spice #765548

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 26.18%

R = 42.91%
G = 30.91%
B = 26.18%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.39

 K value IS 0.54

RGB Variations

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

Color information

#765548 (or 0x765548) is known color: Spice. HEX triplet: 76, 55 and 48. RGB value is (118,85,72). Sum of RGB (Red+Green+Blue) = 118+85+72=275 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.91% from 275); Green value is 85 (33.59% from 255 or 30.91% from 275); Blue value is 72 (28.52% from 255 or 26.18% from 275); Max value from RGB is 118 - color contains mainly: red. Hex color #765548 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765548 is #89AAB7. Grayscale: #5D5D5D. Windows color (decimal): -9022136 or 4740470. OLE color: 4740470.

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

Color convert

RGB 118 85 72 -
CMYK 0 0.28 0.39 0.54
HSL 16.96º 0.24% 0.37% -
HSV(B) 16.96º 0.39% 0.46% -
XYZ 11.89 10.82 7.59 -
YUV 93.39 115.93 145.56 -
System Red Green Blue C M Y K H S L
Decimal 118 85 72 0 0.28 0.39 0.54 16.96 0.24 0.37
Hex 76 55 48 0 1C 27 36 11 18 25
Octal 166 125 110 0 34 47 66 21 30 45
Binary 1110110 1010101 1001000 0 11100 100111 110110 10001 11000 100101

Color Harmonies of #765548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765548

Black with #765548

Text Example


Text Example

White with #765548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765548; }

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

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

background-color css

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

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

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

border-color css

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

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

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