#774A28

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

Shades of Cape Palliser #774A28

Tints of Cape Palliser #774A28

Color information

#774A28 (or 0x774A28) is unknown color: approx Cape Palliser. HEX triplet: 77, 4A and 28. RGB value is (119,74,40). Sum of RGB (Red+Green+Blue) = 119+74+40=233 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.07% from 233); Green value is 74 (29.30% from 255 or 31.76% from 233); Blue value is 40 (16.02% from 255 or 17.17% from 233); Max value from RGB is 119 - color contains mainly: red. Hex color #774A28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774A28 is #88B5D7. Grayscale: #535353. Windows color (decimal): -8959448 or 2640503. OLE color: 2640503.

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

Color convert

RGB1197440-
CMYK00.380.660.53
HSL25.82º49.69%31.18%-
HSV(B)25.82º66.39%46.67%-
XYZ10.448.973.19-
YUV83.58103.41153.26-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 51.07%
GREEN value IS 74 (29.30% from 255) = 31.76%
BLUE value IS 40 (16.02% from 255) = 17.17%
R=51.07%
G=31.76%
B=17.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.66
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119744000.380.660.5325.8249.6931.18
Hex774A2802642351a321f
Octal1671125004610265326237
Binary11101111001010101000010011010000101101011101011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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