#784A2A

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

Shades of Cape Palliser #784A2A

Tints of Cape Palliser #784A2A

Color information

#784A2A (or 0x784A2A) is unknown color: approx Cape Palliser. HEX triplet: 78, 4A and 2A. RGB value is (120,74,42). Sum of RGB (Red+Green+Blue) = 120+74+42=236 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.85% from 236); Green value is 74 (29.30% from 255 or 31.36% from 236); Blue value is 42 (16.80% from 255 or 17.80% from 236); Max value from RGB is 120 - color contains mainly: red. Hex color #784A2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #784A2A is #87B5D5. Grayscale: #545454. Windows color (decimal): -8893910 or 2771576. OLE color: 2771576.

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

Color convert

RGB1207442-
CMYK00.380.650.53
HSL24.62º48.15%31.76%-
HSV(B)24.62º65%47.06%-
XYZ10.619.063.38-
YUV84.11104.24153.6-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 50.85%
GREEN value IS 74 (29.30% from 255) = 31.36%
BLUE value IS 42 (16.80% from 255) = 17.80%
R=50.85%
G=31.36%
B=17.80%

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
Decimal120744200.380.650.5324.6248.1531.76
Hex784A2A0264135193020
Octal1701125204610165316040
Binary111100010010101010100100110100000111010111001110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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