Html Css Color HEX #762731 Tamarillo

📋 copy color: '#762731'

red 118 ◦ green 39 ◦ blue 49

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

Shades of Tamarillo #762731

Tints of Tamarillo #762731

RGB

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

 GREEN value IS 39 (15.63% from 255) = 18.93%

 BLUE value IS 49 (19.53% from 255) = 23.79%

R = 57.28%
G = 18.93%
B = 23.79%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.58

 K value IS 0.54

RGB Variations

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

Color information

#762731 (or 0x762731) is known color: Tamarillo. HEX triplet: 76, 27 and 31. RGB value is (118,39,49). Sum of RGB (Red+Green+Blue) = 118+39+49=206 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.28% from 206); Green value is 39 (15.62% from 255 or 18.93% from 206); Blue value is 49 (19.53% from 255 or 23.79% from 206); Max value from RGB is 118 - color contains mainly: red. Hex color #762731 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762731 is #89D8CE. Grayscale: #3F3F3F. Windows color (decimal): -9033935 or 3221366. OLE color: 3221366.

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

Color convert

RGB 118 39 49 -
CMYK 0 0.67 0.58 0.54
HSL 352.41º 0.5% 0.31% -
HSV(B) 352.41º 0.67% 0.46% -
XYZ 8.75 5.52 3.51 -
YUV 63.76 119.67 166.69 -
System Red Green Blue C M Y K H S L
Decimal 118 39 49 0 0.67 0.58 0.54 352.41 0.5 0.31
Hex 76 27 31 0 43 3A 36 160 32 1F
Octal 166 47 61 0 103 72 66 540 62 37
Binary 1110110 100111 110001 0 1000011 111010 110110 101100000 110010 11111

Color Harmonies of #762731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762731

Black with #762731

Text Example


Text Example

White with #762731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762731; }

 p { color: rgb(118,39,49); }

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

background-color css

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

 a { background-color: rgb(118,39,49); }

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

border-color css

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

 span { border-color: rgb(118,39,49); }

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