#772628

Color #772628 Tamarillo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tamarillo #772628

Tints of Tamarillo #772628

Color information

#772628 (or 0x772628) is unknown color: approx Tamarillo. HEX triplet: 77, 26 and 28. RGB value is (119,38,40). Sum of RGB (Red+Green+Blue) = 119+38+40=197 (26% of max value = 765). Red value is 119 (46.88% from 255 or 60.41% from 197); Green value is 38 (15.23% from 255 or 19.29% from 197); Blue value is 40 (16.02% from 255 or 20.30% from 197); Max value from RGB is 119 - color contains mainly: red. Hex color #772628 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772628 is #88D9D7. Grayscale: #3E3E3E. Windows color (decimal): -8968664 or 2631287. OLE color: 2631287.

HSL color Cylindrical-coordinate representation of color #772628: hue angle of 358.52º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #772628 is Cyan = 0, Magento = 0.68, Yellow = 0.66 and Black (K on CMYK) = 0.53.

Color convert

RGB1193840-
CMYK00.680.660.53
HSL358.52º51.59%30.78%-
HSV(B)358.52º68.07%46.67%-
XYZ8.685.462.6-
YUV62.45115.34168.34-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 60.41%
GREEN value IS 38 (15.23% from 255) = 19.29%
BLUE value IS 40 (16.02% from 255) = 20.30%
R=60.41%
G=19.29%
B=20.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.66
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119384000.680.660.53358.5251.5930.78
Hex7726280444235167341f
Octal16746500104102655476437
Binary111011110011010100001000100100001011010110110011111010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772628; }

 p { color: rgb(119,38,40); }

 H1.HeaderClassName
 {
   color: #772628;
 }
 .AnyTagClassName
 {
   color: #772628;
 }
</style>
background-color css

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

 a { background-color: rgb(119,38,40); }

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

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

 span { border-color: rgb(119,38,40); }

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