Html Css Color HEX #7F412A Copper Canyon

📋 copy color: '#7F412A'

red 127 ◦ green 65 ◦ blue 42

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

Shades of Copper Canyon #7F412A

Tints of Copper Canyon #7F412A

RGB

 RED value IS 127 (50% from 255) = 54.27%

 GREEN value IS 65 (25.78% from 255) = 27.78%

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

R = 54.27%
G = 27.78%
B = 17.95%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.67

 K value IS 0.50

RGB Variations

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

Color information

#7F412A (or 0x7F412A) is known color: Copper Canyon. HEX triplet: 7F, 41 and 2A. RGB value is (127,65,42). Sum of RGB (Red+Green+Blue) = 127+65+42=234 (30% of max value = 765). Red value is 127 (50% from 255 or 54.27% from 234); Green value is 65 (25.78% from 255 or 27.78% from 234); Blue value is 42 (16.80% from 255 or 17.95% from 234); Max value from RGB is 127 - color contains mainly: red. Hex color #7F412A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F412A is #80BED5. Grayscale: #515151. Windows color (decimal): -8437462 or 2769279. OLE color: 2769279.

HSL color Cylindrical-coordinate representation of color #7F412A: hue angle of 16.24º degrees, saturation: 0.5, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7F412A is Cyan = 0, Magento = 0.49, Yellow = 0.67 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 65 42 -
CMYK 0 0.49 0.67 0.50
HSL 16.24º 0.5% 0.33% -
HSV(B) 16.24º 0.67% 0.5% -
XYZ 11.06 8.46 3.24 -
YUV 80.92 106.04 160.87 -
System Red Green Blue C M Y K H S L
Decimal 127 65 42 0 0.49 0.67 0.50 16.24 0.5 0.33
Hex 7F 41 2A 0 31 43 32 10 32 21
Octal 177 101 52 0 61 103 62 20 62 41
Binary 1111111 1000001 101010 0 110001 1000011 110010 10000 110010 100001

Color Harmonies of #7F412A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F412A

Black with #7F412A

Text Example


Text Example

White with #7F412A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,65,42); }

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

background-color css

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

 a { background-color: rgb(127,65,42); }

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

border-color css

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

 span { border-color: rgb(127,65,42); }

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