Html Css Color HEX #76282E Tamarillo

📋 copy color: '#76282E'

red 118 ◦ green 40 ◦ blue 46

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

Shades of Tamarillo #76282E

Tints of Tamarillo #76282E

RGB

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

 GREEN value IS 40 (16.02% from 255) = 19.61%

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

R = 57.84%
G = 19.61%
B = 22.55%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.61

 K value IS 0.54

RGB Variations

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

Color information

#76282E (or 0x76282E) is known color: Tamarillo. HEX triplet: 76, 28 and 2E. RGB value is (118,40,46). Sum of RGB (Red+Green+Blue) = 118+40+46=204 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.84% from 204); Green value is 40 (16.02% from 255 or 19.61% from 204); Blue value is 46 (18.36% from 255 or 22.55% from 204); Max value from RGB is 118 - color contains mainly: red. Hex color #76282E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76282E is #89D7D1. Grayscale: #404040. Windows color (decimal): -9033682 or 3025014. OLE color: 3025014.

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

Color convert

RGB 118 40 46 -
CMYK 0 0.66 0.61 0.54
HSL 355.38º 0.49% 0.31% -
HSV(B) 355.38º 0.66% 0.46% -
XYZ 8.72 5.57 3.2 -
YUV 64.01 117.84 166.51 -
System Red Green Blue C M Y K H S L
Decimal 118 40 46 0 0.66 0.61 0.54 355.38 0.49 0.31
Hex 76 28 2E 0 42 3D 36 163 31 1F
Octal 166 50 56 0 102 75 66 543 61 37
Binary 1110110 101000 101110 0 1000010 111101 110110 101100011 110001 11111

Color Harmonies of #76282E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76282E

Black with #76282E

Text Example


Text Example

White with #76282E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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