Html Css Color HEX #772B31 Tamarillo

📋 copy color: '#772B31'

red 119 ◦ green 43 ◦ blue 49

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

Shades of Tamarillo #772B31

Tints of Tamarillo #772B31

RGB

 RED value IS 119 (46.88% from 255) = 56.4%

 GREEN value IS 43 (17.19% from 255) = 20.38%

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

R = 56.4%
G = 20.38%
B = 23.22%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.59

 K value IS 0.53

RGB Variations

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

Color information

#772B31 (or 0x772B31) is known color: Tamarillo. HEX triplet: 77, 2B and 31. RGB value is (119,43,49). Sum of RGB (Red+Green+Blue) = 119+43+49=211 (27% of max value = 765). Red value is 119 (46.88% from 255 or 56.40% from 211); Green value is 43 (17.19% from 255 or 20.38% from 211); Blue value is 49 (19.53% from 255 or 23.22% from 211); Max value from RGB is 119 - color contains mainly: red. Hex color #772B31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772B31 is #88D4CE. Grayscale: #424242. Windows color (decimal): -8967375 or 3222391. OLE color: 3222391.

HSL color Cylindrical-coordinate representation of color #772B31: hue angle of 355.26º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #772B31 is Cyan = 0, Magento = 0.64, Yellow = 0.59 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 43 49 -
CMYK 0 0.64 0.59 0.53
HSL 355.26º 0.47% 0.32% -
HSV(B) 355.26º 0.64% 0.47% -
XYZ 9.03 5.87 3.56 -
YUV 66.41 118.18 165.51 -
System Red Green Blue C M Y K H S L
Decimal 119 43 49 0 0.64 0.59 0.53 355.26 0.47 0.32
Hex 77 2B 31 0 40 3B 35 163 2F 20
Octal 167 53 61 0 100 73 65 543 57 40
Binary 1110111 101011 110001 0 1000000 111011 110101 101100011 101111 100000

Color Harmonies of #772B31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772B31

Black with #772B31

Text Example


Text Example

White with #772B31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772B31; }

 p { color: rgb(119,43,49); }

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

background-color css

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

 a { background-color: rgb(119,43,49); }

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

border-color css

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

 span { border-color: rgb(119,43,49); }

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