#7A482C

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

Shades of Cape Palliser #7A482C

Tints of Cape Palliser #7A482C

Color information

#7A482C (or 0x7A482C) is unknown color: approx Cape Palliser. HEX triplet: 7A, 48 and 2C. RGB value is (122,72,44). Sum of RGB (Red+Green+Blue) = 122+72+44=238 (31% of max value = 765). Red value is 122 (48.05% from 255 or 51.26% from 238); Green value is 72 (28.52% from 255 or 30.25% from 238); Blue value is 44 (17.58% from 255 or 18.49% from 238); Max value from RGB is 122 - color contains mainly: red. Hex color #7A482C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A482C is #85B7D3. Grayscale: #535353. Windows color (decimal): -8763348 or 2902138. OLE color: 2902138.

HSL color Cylindrical-coordinate representation of color #7A482C: hue angle of 21.54º degrees, saturation: 0.47, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7A482C is Cyan = 0, Magento = 0.41, Yellow = 0.64 and Black (K on CMYK) = 0.52.

Color convert

RGB1227244-
CMYK00.410.640.52
HSL21.54º46.99%32.55%-
HSV(B)21.54º63.93%47.84%-
XYZ10.88.953.54-
YUV83.76105.56155.28-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 51.26%
GREEN value IS 72 (28.52% from 255) = 30.25%
BLUE value IS 44 (17.58% from 255) = 18.49%
R=51.26%
G=30.25%
B=18.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.64
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122724400.410.640.5221.5446.9932.55
Hex7A482C0294034162f21
Octal1721105405110064265741
Binary111101010010001011000101001100000011010010110101111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A482C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A482C; }

 p { color: rgb(122,72,44); }

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

<style>
 a { background-color: #7A482C; }

 a { background-color: rgb(122,72,44); }

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

<style>
 span { border-color: #7A482C; }

 span { border-color: rgb(122,72,44); }

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