Html Css Color HEX #762A2D Tamarillo

📋 copy color: '#762A2D'

red 118 ◦ green 42 ◦ blue 45

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

Shades of Tamarillo #762A2D

Tints of Tamarillo #762A2D

RGB

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

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

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

R = 57.56%
G = 20.49%
B = 21.95%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.62

 K value IS 0.54

RGB Variations

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

Color information

#762A2D (or 0x762A2D) is known color: Tamarillo. HEX triplet: 76, 2A and 2D. RGB value is (118,42,45). Sum of RGB (Red+Green+Blue) = 118+42+45=205 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.56% from 205); Green value is 42 (16.80% from 255 or 20.49% from 205); Blue value is 45 (17.97% from 255 or 21.95% from 205); Max value from RGB is 118 - color contains mainly: red. Hex color #762A2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762A2D is #89D5D2. Grayscale: #414141. Windows color (decimal): -9033171 or 2959990. OLE color: 2959990.

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

Color convert

RGB 118 42 45 -
CMYK 0 0.64 0.62 0.54
HSL 357.63º 0.48% 0.31% -
HSV(B) 357.63º 0.64% 0.46% -
XYZ 8.77 5.7 3.12 -
YUV 65.07 116.68 165.76 -
System Red Green Blue C M Y K H S L
Decimal 118 42 45 0 0.64 0.62 0.54 357.63 0.48 0.31
Hex 76 2A 2D 0 40 3E 36 166 30 1F
Octal 166 52 55 0 100 76 66 546 60 37
Binary 1110110 101010 101101 0 1000000 111110 110110 101100110 110000 11111

Color Harmonies of #762A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762A2D

Black with #762A2D

Text Example


Text Example

White with #762A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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