Html Css Color HEX #762A2B Tamarillo

📋 copy color: '#762A2B'

red 118 ◦ green 42 ◦ blue 43

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

Shades of Tamarillo #762A2B

Tints of Tamarillo #762A2B

RGB

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

 GREEN value IS 42 (16.8% from 255) = 20.69%

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

R = 58.13%
G = 20.69%
B = 21.18%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.64

 K value IS 0.54

RGB Variations

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

Color information

#762A2B (or 0x762A2B) is known color: Tamarillo. HEX triplet: 76, 2A and 2B. RGB value is (118,42,43). Sum of RGB (Red+Green+Blue) = 118+42+43=203 (26% of max value = 765). Red value is 118 (46.48% from 255 or 58.13% from 203); Green value is 42 (16.80% from 255 or 20.69% from 203); Blue value is 43 (17.19% from 255 or 21.18% from 203); Max value from RGB is 118 - color contains mainly: red. Hex color #762A2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762A2B is #89D5D4. Grayscale: #404040. Windows color (decimal): -9033173 or 2828918. OLE color: 2828918.

HSL color Cylindrical-coordinate representation of color #762A2B: hue angle of 359.21º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #762A2B is Cyan = 0, Magento = 0.64, Yellow = 0.64 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 42 43 -
CMYK 0 0.64 0.64 0.54
HSL 359.21º 0.48% 0.31% -
HSV(B) 359.21º 0.64% 0.46% -
XYZ 8.74 5.68 2.92 -
YUV 64.84 115.68 165.92 -
System Red Green Blue C M Y K H S L
Decimal 118 42 43 0 0.64 0.64 0.54 359.21 0.48 0.31
Hex 76 2A 2B 0 40 40 36 167 30 1F
Octal 166 52 53 0 100 100 66 547 60 37
Binary 1110110 101010 101011 0 1000000 1000000 110110 101100111 110000 11111

Color Harmonies of #762A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762A2B

Black with #762A2B

Text Example


Text Example

White with #762A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762A2B; }

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

 H1.HeaderClassName
 {
   color: #762A2B;
 }
 .AnyTagClassName
 {
   color: #762A2B;
 }
</style>

background-color css

<style>
 a { background-color: #762A2B; }

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

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

border-color css

<style>
 span { border-color: #762A2B; }

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

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