Html Css Color HEX #76272E Tamarillo

📋 copy color: '#76272E'

red 118 ◦ green 39 ◦ blue 46

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

Shades of Tamarillo #76272E

Tints of Tamarillo #76272E

RGB

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

 GREEN value IS 39 (15.63% from 255) = 19.21%

 BLUE value IS 46 (18.36% from 255) = 22.66%

R = 58.13%
G = 19.21%
B = 22.66%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.61

 K value IS 0.54

RGB Variations

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

Color information

#76272E (or 0x76272E) is known color: Tamarillo. HEX triplet: 76, 27 and 2E. RGB value is (118,39,46). Sum of RGB (Red+Green+Blue) = 118+39+46=203 (26% of max value = 765). Red value is 118 (46.48% from 255 or 58.13% from 203); Green value is 39 (15.62% from 255 or 19.21% from 203); Blue value is 46 (18.36% from 255 or 22.66% from 203); Max value from RGB is 118 - color contains mainly: red. Hex color #76272E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76272E is #89D8D1. Grayscale: #3F3F3F. Windows color (decimal): -9033938 or 3024758. OLE color: 3024758.

HSL color Cylindrical-coordinate representation of color #76272E: hue angle of 354.68º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #76272E is Cyan = 0, Magento = 0.67, Yellow = 0.61 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 39 46 -
CMYK 0 0.67 0.61 0.54
HSL 354.68º 0.5% 0.31% -
HSV(B) 354.68º 0.67% 0.46% -
XYZ 8.69 5.5 3.19 -
YUV 63.42 118.17 166.93 -
System Red Green Blue C M Y K H S L
Decimal 118 39 46 0 0.67 0.61 0.54 354.68 0.5 0.31
Hex 76 27 2E 0 43 3D 36 163 32 1F
Octal 166 47 56 0 103 75 66 543 62 37
Binary 1110110 100111 101110 0 1000011 111101 110110 101100011 110010 11111

Color Harmonies of #76272E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76272E

Black with #76272E

Text Example


Text Example

White with #76272E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76272E; }

 p { color: rgb(118,39,46); }

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

background-color css

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

 a { background-color: rgb(118,39,46); }

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

border-color css

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

 span { border-color: rgb(118,39,46); }

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