Html Css Color HEX #76262E Tamarillo

📋 copy color: '#76262E'

red 118 ◦ green 38 ◦ blue 46

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

Shades of Tamarillo #76262E

Tints of Tamarillo #76262E

RGB

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

 GREEN value IS 38 (15.23% from 255) = 18.81%

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

R = 58.42%
G = 18.81%
B = 22.77%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.61

 K value IS 0.54

RGB Variations

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

Color information

#76262E (or 0x76262E) is known color: Tamarillo. HEX triplet: 76, 26 and 2E. RGB value is (118,38,46). Sum of RGB (Red+Green+Blue) = 118+38+46=202 (26% of max value = 765). Red value is 118 (46.48% from 255 or 58.42% from 202); Green value is 38 (15.23% from 255 or 18.81% from 202); Blue value is 46 (18.36% from 255 or 22.77% from 202); Max value from RGB is 118 - color contains mainly: red. Hex color #76262E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76262E is #89D9D1. Grayscale: #3E3E3E. Windows color (decimal): -9034194 or 3024502. OLE color: 3024502.

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

Color convert

RGB 118 38 46 -
CMYK 0 0.68 0.61 0.54
HSL 354º 0.51% 0.31% -
HSV(B) 354º 0.68% 0.46% -
XYZ 8.66 5.44 3.18 -
YUV 62.83 118.5 167.35 -
System Red Green Blue C M Y K H S L
Decimal 118 38 46 0 0.68 0.61 0.54 354 0.51 0.31
Hex 76 26 2E 0 44 3D 36 162 33 1F
Octal 166 46 56 0 104 75 66 542 63 37
Binary 1110110 100110 101110 0 1000100 111101 110110 101100010 110011 11111

Color Harmonies of #76262E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76262E

Black with #76262E

Text Example


Text Example

White with #76262E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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