#774A2B

Color #774A2B Cape Palliser (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cape Palliser #774A2B

Tints of Cape Palliser #774A2B

Color information

#774A2B (or 0x774A2B) is unknown color: approx Cape Palliser. HEX triplet: 77, 4A and 2B. RGB value is (119,74,43). Sum of RGB (Red+Green+Blue) = 119+74+43=236 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50.42% from 236); Green value is 74 (29.30% from 255 or 31.36% from 236); Blue value is 43 (17.19% from 255 or 18.22% from 236); Max value from RGB is 119 - color contains mainly: red. Hex color #774A2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774A2B is #88B5D4. Grayscale: #545454. Windows color (decimal): -8959445 or 2837111. OLE color: 2837111.

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

Color convert

RGB1197443-
CMYK00.380.640.53
HSL24.47º46.91%31.76%-
HSV(B)24.47º63.87%46.67%-
XYZ10.498.993.47-
YUV83.92104.91153.02-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 50.42%
GREEN value IS 74 (29.30% from 255) = 31.36%
BLUE value IS 43 (17.19% from 255) = 18.22%
R=50.42%
G=31.36%
B=18.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.64
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119744300.380.640.5324.4746.9131.76
Hex774A2B0264035182f20
Octal1671125304610065305740
Binary111011110010101010110100110100000011010111000101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774A2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774A2B; }

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

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

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

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

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

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

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

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