Html Css Color HEX #763034 Tamarillo

📋 copy color: '#763034'

red 118 ◦ green 48 ◦ blue 52

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

Shades of Tamarillo #763034

Tints of Tamarillo #763034

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 23.85%

R = 54.13%
G = 22.02%
B = 23.85%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.56

 K value IS 0.54

RGB Variations

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

Color information

#763034 (or 0x763034) is known color: Tamarillo. HEX triplet: 76, 30 and 34. RGB value is (118,48,52). Sum of RGB (Red+Green+Blue) = 118+48+52=218 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.13% from 218); Green value is 48 (19.14% from 255 or 22.02% from 218); Blue value is 52 (20.70% from 255 or 23.85% from 218); Max value from RGB is 118 - color contains mainly: red. Hex color #763034 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763034 is #89CFCB. Grayscale: #454545. Windows color (decimal): -9031628 or 3420278. OLE color: 3420278.

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

Color convert

RGB 118 48 52 -
CMYK 0 0.59 0.56 0.54
HSL 356.57º 0.42% 0.33% -
HSV(B) 356.57º 0.59% 0.46% -
XYZ 9.15 6.21 3.97 -
YUV 69.39 118.19 162.67 -
System Red Green Blue C M Y K H S L
Decimal 118 48 52 0 0.59 0.56 0.54 356.57 0.42 0.33
Hex 76 30 34 0 3B 38 36 165 2A 21
Octal 166 60 64 0 73 70 66 545 52 41
Binary 1110110 110000 110100 0 111011 111000 110110 101100101 101010 100001

Color Harmonies of #763034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763034

Black with #763034

Text Example


Text Example

White with #763034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763034; }

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

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

background-color css

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

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

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

border-color css

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

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

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