Html Css Color HEX #765246 Spice

📋 copy color: '#765246'

red 118 ◦ green 82 ◦ blue 70

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

Shades of Spice #765246

Tints of Spice #765246

RGB

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

 GREEN value IS 82 (32.42% from 255) = 30.37%

 BLUE value IS 70 (27.73% from 255) = 25.93%

R = 43.7%
G = 30.37%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.41

 K value IS 0.54

RGB Variations

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

Color information

#765246 (or 0x765246) is known color: Spice. HEX triplet: 76, 52 and 46. RGB value is (118,82,70). Sum of RGB (Red+Green+Blue) = 118+82+70=270 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.70% from 270); Green value is 82 (32.42% from 255 or 30.37% from 270); Blue value is 70 (27.73% from 255 or 25.93% from 270); Max value from RGB is 118 - color contains mainly: red. Hex color #765246 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765246 is #89ADB9. Grayscale: #5B5B5B. Windows color (decimal): -9022906 or 4608630. OLE color: 4608630.

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

Color convert

RGB 118 82 70 -
CMYK 0 0.31 0.41 0.54
HSL 15º 0.26% 0.37% -
HSV(B) 15º 0.41% 0.46% -
XYZ 11.59 10.33 7.18 -
YUV 91.4 115.93 146.98 -
System Red Green Blue C M Y K H S L
Decimal 118 82 70 0 0.31 0.41 0.54 15 0.26 0.37
Hex 76 52 46 0 1F 29 36 F 1A 25
Octal 166 122 106 0 37 51 66 17 32 45
Binary 1110110 1010010 1000110 0 11111 101001 110110 1111 11010 100101

Color Harmonies of #765246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765246

Black with #765246

Text Example


Text Example

White with #765246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765246; }

 p { color: rgb(118,82,70); }

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

background-color css

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

 a { background-color: rgb(118,82,70); }

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

border-color css

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

 span { border-color: rgb(118,82,70); }

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