Html Css Color HEX #772B2E Tamarillo

📋 copy color: '#772B2E'

red 119 ◦ green 43 ◦ blue 46

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

Shades of Tamarillo #772B2E

Tints of Tamarillo #772B2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 22.12%

R = 57.21%
G = 20.67%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.61

 K value IS 0.53

RGB Variations

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

Color information

#772B2E (or 0x772B2E) is known color: Tamarillo. HEX triplet: 77, 2B and 2E. RGB value is (119,43,46). Sum of RGB (Red+Green+Blue) = 119+43+46=208 (27% of max value = 765). Red value is 119 (46.88% from 255 or 57.21% from 208); Green value is 43 (17.19% from 255 or 20.67% from 208); Blue value is 46 (18.36% from 255 or 22.12% from 208); Max value from RGB is 119 - color contains mainly: red. Hex color #772B2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772B2E is #88D4D1. Grayscale: #424242. Windows color (decimal): -8967378 or 3025783. OLE color: 3025783.

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

Color convert

RGB 119 43 46 -
CMYK 0 0.64 0.61 0.53
HSL 357.63º 0.47% 0.32% -
HSV(B) 357.63º 0.64% 0.47% -
XYZ 8.96 5.85 3.24 -
YUV 66.07 116.68 165.76 -
System Red Green Blue C M Y K H S L
Decimal 119 43 46 0 0.64 0.61 0.53 357.63 0.47 0.32
Hex 77 2B 2E 0 40 3D 35 166 2F 20
Octal 167 53 56 0 100 75 65 546 57 40
Binary 1110111 101011 101110 0 1000000 111101 110101 101100110 101111 100000

Color Harmonies of #772B2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772B2E

Black with #772B2E

Text Example


Text Example

White with #772B2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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