Html Css Color HEX #763134 Tamarillo

📋 copy color: '#763134'

red 118 ◦ green 49 ◦ blue 52

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

Shades of Tamarillo #763134

Tints of Tamarillo #763134

RGB

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

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

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

R = 53.88%
G = 22.37%
B = 23.74%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.56

 K value IS 0.54

RGB Variations

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

Color information

#763134 (or 0x763134) is known color: Tamarillo. HEX triplet: 76, 31 and 34. RGB value is (118,49,52). Sum of RGB (Red+Green+Blue) = 118+49+52=219 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.88% from 219); Green value is 49 (19.53% from 255 or 22.37% from 219); Blue value is 52 (20.70% from 255 or 23.74% from 219); Max value from RGB is 118 - color contains mainly: red. Hex color #763134 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763134 is #89CECB. Grayscale: #464646. Windows color (decimal): -9031372 or 3420534. OLE color: 3420534.

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

Color convert

RGB 118 49 52 -
CMYK 0 0.58 0.56 0.54
HSL 357.39º 0.41% 0.33% -
HSV(B) 357.39º 0.58% 0.46% -
XYZ 9.19 6.3 3.98 -
YUV 69.97 117.86 162.26 -
System Red Green Blue C M Y K H S L
Decimal 118 49 52 0 0.58 0.56 0.54 357.39 0.41 0.33
Hex 76 31 34 0 3A 38 36 165 29 21
Octal 166 61 64 0 72 70 66 545 51 41
Binary 1110110 110001 110100 0 111010 111000 110110 101100101 101001 100001

Color Harmonies of #763134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763134

Black with #763134

Text Example


Text Example

White with #763134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763134; }

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

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

background-color css

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

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

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

border-color css

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

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

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