Html Css Color HEX #765348 Spice

📋 copy color: '#765348'

red 118 ◦ green 83 ◦ blue 72

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

Shades of Spice #765348

Tints of Spice #765348

RGB

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

 GREEN value IS 83 (32.81% from 255) = 30.4%

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

R = 43.22%
G = 30.4%
B = 26.37%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.39

 K value IS 0.54

RGB Variations

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

Color information

#765348 (or 0x765348) is known color: Spice. HEX triplet: 76, 53 and 48. RGB value is (118,83,72). Sum of RGB (Red+Green+Blue) = 118+83+72=273 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.22% from 273); Green value is 83 (32.81% from 255 or 30.40% from 273); Blue value is 72 (28.52% from 255 or 26.37% from 273); Max value from RGB is 118 - color contains mainly: red. Hex color #765348 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765348 is #89ACB7. Grayscale: #5C5C5C. Windows color (decimal): -9022648 or 4739958. OLE color: 4739958.

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

Color convert

RGB 118 83 72 -
CMYK 0 0.30 0.39 0.54
HSL 14.35º 0.24% 0.37% -
HSV(B) 14.35º 0.39% 0.46% -
XYZ 11.73 10.51 7.54 -
YUV 92.21 116.6 146.39 -
System Red Green Blue C M Y K H S L
Decimal 118 83 72 0 0.30 0.39 0.54 14.35 0.24 0.37
Hex 76 53 48 0 1E 27 36 E 18 25
Octal 166 123 110 0 36 47 66 16 30 45
Binary 1110110 1010011 1001000 0 11110 100111 110110 1110 11000 100101

Color Harmonies of #765348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765348

Black with #765348

Text Example


Text Example

White with #765348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765348; }

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

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

background-color css

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

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

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

border-color css

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

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

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