Html Css Color HEX #76272B Tamarillo

📋 copy color: '#76272B'

red 118 ◦ green 39 ◦ blue 43

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

Shades of Tamarillo #76272B

Tints of Tamarillo #76272B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 21.5%

R = 59%
G = 19.5%
B = 21.5%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.64

 K value IS 0.54

RGB Variations

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

Color information

#76272B (or 0x76272B) is known color: Tamarillo. HEX triplet: 76, 27 and 2B. RGB value is (118,39,43). Sum of RGB (Red+Green+Blue) = 118+39+43=200 (26% of max value = 765). Red value is 118 (46.48% from 255 or 59% from 200); Green value is 39 (15.62% from 255 or 19.5% from 200); Blue value is 43 (17.19% from 255 or 21.5% from 200); Max value from RGB is 118 - color contains mainly: red. Hex color #76272B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76272B is #89D8D4. Grayscale: #3F3F3F. Windows color (decimal): -9033941 or 2828150. OLE color: 2828150.

HSL color Cylindrical-coordinate representation of color #76272B: hue angle of 356.96º 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 #76272B is Cyan = 0, Magento = 0.67, Yellow = 0.64 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 39 43 -
CMYK 0 0.67 0.64 0.54
HSL 356.96º 0.5% 0.31% -
HSV(B) 356.96º 0.67% 0.46% -
XYZ 8.63 5.48 2.89 -
YUV 63.08 116.67 167.17 -
System Red Green Blue C M Y K H S L
Decimal 118 39 43 0 0.67 0.64 0.54 356.96 0.5 0.31
Hex 76 27 2B 0 43 40 36 165 32 1F
Octal 166 47 53 0 103 100 66 545 62 37
Binary 1110110 100111 101011 0 1000011 1000000 110110 101100101 110010 11111

Color Harmonies of #76272B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76272B

Black with #76272B

Text Example


Text Example

White with #76272B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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