Html Css Color HEX #762831 Tamarillo

📋 copy color: '#762831'

red 118 ◦ green 40 ◦ blue 49

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

Shades of Tamarillo #762831

Tints of Tamarillo #762831

RGB

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

 GREEN value IS 40 (16.02% from 255) = 19.32%

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

R = 57%
G = 19.32%
B = 23.67%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.58

 K value IS 0.54

RGB Variations

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

Color information

#762831 (or 0x762831) is known color: Tamarillo. HEX triplet: 76, 28 and 31. RGB value is (118,40,49). Sum of RGB (Red+Green+Blue) = 118+40+49=207 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.00% from 207); Green value is 40 (16.02% from 255 or 19.32% from 207); Blue value is 49 (19.53% from 255 or 23.67% from 207); Max value from RGB is 118 - color contains mainly: red. Hex color #762831 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762831 is #89D7CE. Grayscale: #404040. Windows color (decimal): -9033679 or 3221622. OLE color: 3221622.

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

Color convert

RGB 118 40 49 -
CMYK 0 0.66 0.58 0.54
HSL 353.08º 0.49% 0.31% -
HSV(B) 353.08º 0.66% 0.46% -
XYZ 8.78 5.59 3.52 -
YUV 64.35 119.34 166.27 -
System Red Green Blue C M Y K H S L
Decimal 118 40 49 0 0.66 0.58 0.54 353.08 0.49 0.31
Hex 76 28 31 0 42 3A 36 161 31 1F
Octal 166 50 61 0 102 72 66 541 61 37
Binary 1110110 101000 110001 0 1000010 111010 110110 101100001 110001 11111

Color Harmonies of #762831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762831

Black with #762831

Text Example


Text Example

White with #762831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762831; }

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

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

background-color css

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

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

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

border-color css

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

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

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