Html Css Color HEX #763132 Tamarillo

📋 copy color: '#763132'

red 118 ◦ green 49 ◦ blue 50

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

Shades of Tamarillo #763132

Tints of Tamarillo #763132

RGB

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

 GREEN value IS 49 (19.53% from 255) = 22.58%

 BLUE value IS 50 (19.92% from 255) = 23.04%

R = 54.38%
G = 22.58%
B = 23.04%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.58

 K value IS 0.54

RGB Variations

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

Color information

#763132 (or 0x763132) is known color: Tamarillo. HEX triplet: 76, 31 and 32. RGB value is (118,49,50). Sum of RGB (Red+Green+Blue) = 118+49+50=217 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.38% from 217); Green value is 49 (19.53% from 255 or 22.58% from 217); Blue value is 50 (19.92% from 255 or 23.04% from 217); Max value from RGB is 118 - color contains mainly: red. Hex color #763132 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763132 is #89CECD. Grayscale: #454545. Windows color (decimal): -9031374 or 3289462. OLE color: 3289462.

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

Color convert

RGB 118 49 50 -
CMYK 0 0.58 0.58 0.54
HSL 359.13º 0.41% 0.33% -
HSV(B) 359.13º 0.58% 0.46% -
XYZ 9.15 6.28 3.75 -
YUV 69.75 116.86 162.42 -
System Red Green Blue C M Y K H S L
Decimal 118 49 50 0 0.58 0.58 0.54 359.13 0.41 0.33
Hex 76 31 32 0 3A 3A 36 167 29 21
Octal 166 61 62 0 72 72 66 547 51 41
Binary 1110110 110001 110010 0 111010 111010 110110 101100111 101001 100001

Color Harmonies of #763132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763132

Black with #763132

Text Example


Text Example

White with #763132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763132; }

 p { color: rgb(118,49,50); }

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

background-color css

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

 a { background-color: rgb(118,49,50); }

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

border-color css

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

 span { border-color: rgb(118,49,50); }

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