Html Css Color HEX #763032 Tamarillo

📋 copy color: '#763032'

red 118 ◦ green 48 ◦ blue 50

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

Shades of Tamarillo #763032

Tints of Tamarillo #763032

RGB

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

 GREEN value IS 48 (19.14% from 255) = 22.22%

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

R = 54.63%
G = 22.22%
B = 23.15%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.58

 K value IS 0.54

RGB Variations

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

Color information

#763032 (or 0x763032) is known color: Tamarillo. HEX triplet: 76, 30 and 32. RGB value is (118,48,50). Sum of RGB (Red+Green+Blue) = 118+48+50=216 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.63% from 216); Green value is 48 (19.14% from 255 or 22.22% from 216); Blue value is 50 (19.92% from 255 or 23.15% from 216); Max value from RGB is 118 - color contains mainly: red. Hex color #763032 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763032 is #89CFCD. Grayscale: #454545. Windows color (decimal): -9031630 or 3289206. OLE color: 3289206.

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

Color convert

RGB 118 48 50 -
CMYK 0 0.59 0.58 0.54
HSL 358.29º 0.42% 0.33% -
HSV(B) 358.29º 0.59% 0.46% -
XYZ 9.1 6.2 3.73 -
YUV 69.16 117.19 162.84 -
System Red Green Blue C M Y K H S L
Decimal 118 48 50 0 0.59 0.58 0.54 358.29 0.42 0.33
Hex 76 30 32 0 3B 3A 36 166 2A 21
Octal 166 60 62 0 73 72 66 546 52 41
Binary 1110110 110000 110010 0 111011 111010 110110 101100110 101010 100001

Color Harmonies of #763032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763032

Black with #763032

Text Example


Text Example

White with #763032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763032; }

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

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

background-color css

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

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

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

border-color css

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

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

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