Html Css Color HEX #7A3E27 Copper Canyon

📋 copy color: '#7A3E27'

red 122 ◦ green 62 ◦ blue 39

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

Shades of Copper Canyon #7A3E27

Tints of Copper Canyon #7A3E27

RGB

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

 GREEN value IS 62 (24.61% from 255) = 27.8%

 BLUE value IS 39 (15.63% from 255) = 17.49%

R = 54.71%
G = 27.8%
B = 17.49%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.68

 K value IS 0.52

RGB Variations

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

Color information

#7A3E27 (or 0x7A3E27) is known color: Copper Canyon. HEX triplet: 7A, 3E and 27. RGB value is (122,62,39). Sum of RGB (Red+Green+Blue) = 122+62+39=223 (29% of max value = 765). Red value is 122 (48.05% from 255 or 54.71% from 223); Green value is 62 (24.61% from 255 or 27.80% from 223); Blue value is 39 (15.62% from 255 or 17.49% from 223); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3E27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A3E27 is #85C1D8. Grayscale: #4D4D4D. Windows color (decimal): -8765913 or 2571898. OLE color: 2571898.

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

Color convert

RGB 122 62 39 -
CMYK 0 0.49 0.68 0.52
HSL 16.63º 0.52% 0.32% -
HSV(B) 16.63º 0.68% 0.48% -
XYZ 10.11 7.73 2.88 -
YUV 77.32 106.38 159.87 -
System Red Green Blue C M Y K H S L
Decimal 122 62 39 0 0.49 0.68 0.52 16.63 0.52 0.32
Hex 7A 3E 27 0 31 44 34 11 34 20
Octal 172 76 47 0 61 104 64 21 64 40
Binary 1111010 111110 100111 0 110001 1000100 110100 10001 110100 100000

Color Harmonies of #7A3E27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A3E27

Black with #7A3E27

Text Example


Text Example

White with #7A3E27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,62,39); }

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

background-color css

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

 a { background-color: rgb(122,62,39); }

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

border-color css

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

 span { border-color: rgb(122,62,39); }

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