Html Css Color HEX #76262A Tamarillo

📋 copy color: '#76262A'

red 118 ◦ green 38 ◦ blue 42

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

Shades of Tamarillo #76262A

Tints of Tamarillo #76262A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 21.21%

R = 59.6%
G = 19.19%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.64

 K value IS 0.54

RGB Variations

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

Color information

#76262A (or 0x76262A) is known color: Tamarillo. HEX triplet: 76, 26 and 2A. RGB value is (118,38,42). Sum of RGB (Red+Green+Blue) = 118+38+42=198 (26% of max value = 765). Red value is 118 (46.48% from 255 or 59.60% from 198); Green value is 38 (15.23% from 255 or 19.19% from 198); Blue value is 42 (16.80% from 255 or 21.21% from 198); Max value from RGB is 118 - color contains mainly: red. Hex color #76262A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76262A is #89D9D5. Grayscale: #3E3E3E. Windows color (decimal): -9034198 or 2762358. OLE color: 2762358.

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

Color convert

RGB 118 38 42 -
CMYK 0 0.68 0.64 0.54
HSL 357º 0.51% 0.31% -
HSV(B) 357º 0.68% 0.46% -
XYZ 8.58 5.4 2.78 -
YUV 62.38 116.5 167.67 -
System Red Green Blue C M Y K H S L
Decimal 118 38 42 0 0.68 0.64 0.54 357 0.51 0.31
Hex 76 26 2A 0 44 40 36 165 33 1F
Octal 166 46 52 0 104 100 66 545 63 37
Binary 1110110 100110 101010 0 1000100 1000000 110110 101100101 110011 11111

Color Harmonies of #76262A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76262A

Black with #76262A

Text Example


Text Example

White with #76262A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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