Html Css Color HEX #765448 Spice

📋 copy color: '#765448'

red 118 ◦ green 84 ◦ blue 72

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

Shades of Spice #765448

Tints of Spice #765448

RGB

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

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

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

R = 43.07%
G = 30.66%
B = 26.28%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.39

 K value IS 0.54

RGB Variations

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

Color information

#765448 (or 0x765448) is known color: Spice. HEX triplet: 76, 54 and 48. RGB value is (118,84,72). Sum of RGB (Red+Green+Blue) = 118+84+72=274 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.07% from 274); Green value is 84 (33.20% from 255 or 30.66% from 274); Blue value is 72 (28.52% from 255 or 26.28% from 274); Max value from RGB is 118 - color contains mainly: red. Hex color #765448 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765448 is #89ABB7. Grayscale: #5C5C5C. Windows color (decimal): -9022392 or 4740214. OLE color: 4740214.

HSL color Cylindrical-coordinate representation of color #765448: hue angle of 15.65º 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 #765448 is Cyan = 0, Magento = 0.29, Yellow = 0.39 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 84 72 -
CMYK 0 0.29 0.39 0.54
HSL 15.65º 0.24% 0.37% -
HSV(B) 15.65º 0.39% 0.46% -
XYZ 11.81 10.66 7.57 -
YUV 92.8 116.26 145.98 -
System Red Green Blue C M Y K H S L
Decimal 118 84 72 0 0.29 0.39 0.54 15.65 0.24 0.37
Hex 76 54 48 0 1D 27 36 10 18 25
Octal 166 124 110 0 35 47 66 20 30 45
Binary 1110110 1010100 1001000 0 11101 100111 110110 10000 11000 100101

Color Harmonies of #765448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765448

Black with #765448

Text Example


Text Example

White with #765448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765448; }

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

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

background-color css

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

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

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

border-color css

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

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

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