Html Css Color HEX #76262D Tamarillo

📋 copy color: '#76262D'

red 118 ◦ green 38 ◦ blue 45

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

Shades of Tamarillo #76262D

Tints of Tamarillo #76262D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 22.39%

R = 58.71%
G = 18.91%
B = 22.39%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.62

 K value IS 0.54

RGB Variations

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

Color information

#76262D (or 0x76262D) is known color: Tamarillo. HEX triplet: 76, 26 and 2D. RGB value is (118,38,45). Sum of RGB (Red+Green+Blue) = 118+38+45=201 (26% of max value = 765). Red value is 118 (46.48% from 255 or 58.71% from 201); Green value is 38 (15.23% from 255 or 18.91% from 201); Blue value is 45 (17.97% from 255 or 22.39% from 201); Max value from RGB is 118 - color contains mainly: red. Hex color #76262D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76262D is #89D9D2. Grayscale: #3E3E3E. Windows color (decimal): -9034195 or 2958966. OLE color: 2958966.

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

Color convert

RGB 118 38 45 -
CMYK 0 0.68 0.62 0.54
HSL 354.75º 0.51% 0.31% -
HSV(B) 354.75º 0.68% 0.46% -
XYZ 8.64 5.43 3.07 -
YUV 62.72 118 167.43 -
System Red Green Blue C M Y K H S L
Decimal 118 38 45 0 0.68 0.62 0.54 354.75 0.51 0.31
Hex 76 26 2D 0 44 3E 36 163 33 1F
Octal 166 46 55 0 104 76 66 543 63 37
Binary 1110110 100110 101101 0 1000100 111110 110110 101100011 110011 11111

Color Harmonies of #76262D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76262D

Black with #76262D

Text Example


Text Example

White with #76262D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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