Html Css Color HEX #7A492A Cape Palliser

📋 copy color: '#7A492A'

red 122 ◦ green 73 ◦ blue 42

#7A492A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cape Palliser #7A492A

Tints of Cape Palliser #7A492A

RGB

 RED value IS 122 (48.05% from 255) = 51.48%

 GREEN value IS 73 (28.91% from 255) = 30.8%

 BLUE value IS 42 (16.8% from 255) = 17.72%

R = 51.48%
G = 30.8%
B = 17.72%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.66

 K value IS 0.52

RGB Variations

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

Color information

#7A492A (or 0x7A492A) is known color: Cape Palliser. HEX triplet: 7A, 49 and 2A. RGB value is (122,73,42). Sum of RGB (Red+Green+Blue) = 122+73+42=237 (31% of max value = 765). Red value is 122 (48.05% from 255 or 51.48% from 237); Green value is 73 (28.91% from 255 or 30.80% from 237); Blue value is 42 (16.80% from 255 or 17.72% from 237); Max value from RGB is 122 - color contains mainly: red. Hex color #7A492A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A492A is #85B6D5. Grayscale: #545454. Windows color (decimal): -8763094 or 2771322. OLE color: 2771322.

HSL color Cylindrical-coordinate representation of color #7A492A: hue angle of 23.25º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7A492A is Cyan = 0, Magento = 0.40, Yellow = 0.66 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 73 42 -
CMYK 0 0.40 0.66 0.52
HSL 23.25º 0.49% 0.32% -
HSV(B) 23.25º 0.66% 0.48% -
XYZ 10.83 9.07 3.37 -
YUV 84.12 104.23 155.02 -
System Red Green Blue C M Y K H S L
Decimal 122 73 42 0 0.40 0.66 0.52 23.25 0.49 0.32
Hex 7A 49 2A 0 28 42 34 17 31 20
Octal 172 111 52 0 50 102 64 27 61 40
Binary 1111010 1001001 101010 0 101000 1000010 110100 10111 110001 100000

Color Harmonies of #7A492A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A492A

Black with #7A492A

Text Example


Text Example

White with #7A492A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,73,42); }

 H1.HeaderClassName
 {
   color: #7A492A;
 }
 .AnyTagClassName
 {
   color: #7A492A;
 }
</style>

background-color css

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

 a { background-color: rgb(122,73,42); }

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

border-color css

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

 span { border-color: rgb(122,73,42); }

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