#774A2A

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

Shades of Cape Palliser #774A2A

Tints of Cape Palliser #774A2A

Color information

#774A2A (or 0x774A2A) is unknown color: approx Cape Palliser. HEX triplet: 77, 4A and 2A. RGB value is (119,74,42). Sum of RGB (Red+Green+Blue) = 119+74+42=235 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50.64% from 235); Green value is 74 (29.30% from 255 or 31.49% from 235); Blue value is 42 (16.80% from 255 or 17.87% from 235); Max value from RGB is 119 - color contains mainly: red. Hex color #774A2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774A2A is #88B5D5. Grayscale: #535353. Windows color (decimal): -8959446 or 2771575. OLE color: 2771575.

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

Color convert

RGB1197442-
CMYK00.380.650.53
HSL24.94º47.83%31.57%-
HSV(B)24.94º64.71%46.67%-
XYZ10.478.993.37-
YUV83.81104.41153.1-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 50.64%
GREEN value IS 74 (29.30% from 255) = 31.49%
BLUE value IS 42 (16.80% from 255) = 17.87%
R=50.64%
G=31.49%
B=17.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.65
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119744200.380.650.5324.9447.8331.57
Hex774A2A0264135193020
Octal1671125204610165316040
Binary111011110010101010100100110100000111010111001110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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