#774A2D

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

Shades of Cape Palliser #774A2D

Tints of Cape Palliser #774A2D

Color information

#774A2D (or 0x774A2D) is unknown color: approx Cape Palliser. HEX triplet: 77, 4A and 2D. RGB value is (119,74,45). Sum of RGB (Red+Green+Blue) = 119+74+45=238 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50% from 238); Green value is 74 (29.30% from 255 or 31.09% from 238); Blue value is 45 (17.97% from 255 or 18.91% from 238); Max value from RGB is 119 - color contains mainly: red. Hex color #774A2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774A2D is #88B5D2. Grayscale: #545454. Windows color (decimal): -8959443 or 2968183. OLE color: 2968183.

HSL color Cylindrical-coordinate representation of color #774A2D: hue angle of 23.51º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #774A2D is Cyan = 0, Magento = 0.38, Yellow = 0.62 and Black (K on CMYK) = 0.53.

Color convert

RGB1197445-
CMYK00.380.620.53
HSL23.51º45.12%32.16%-
HSV(B)23.51º62.18%46.67%-
XYZ10.539.013.67-
YUV84.15105.91152.86-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 50%
GREEN value IS 74 (29.30% from 255) = 31.09%
BLUE value IS 45 (17.97% from 255) = 18.91%
R=50%
G=31.09%
B=18.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.62
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119744500.380.620.5323.5145.1232.16
Hex774A2D0263E35182d20
Octal167112550467665305540
Binary11101111001010101101010011011111011010111000101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774A2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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