Html Css Color HEX #7F432A Copper Canyon

📋 copy color: '#7F432A'

red 127 ◦ green 67 ◦ blue 42

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

Shades of Copper Canyon #7F432A

Tints of Copper Canyon #7F432A

RGB

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

 GREEN value IS 67 (26.56% from 255) = 28.39%

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

R = 53.81%
G = 28.39%
B = 17.8%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.67

 K value IS 0.50

RGB Variations

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

Color information

#7F432A (or 0x7F432A) is known color: Copper Canyon. HEX triplet: 7F, 43 and 2A. RGB value is (127,67,42). Sum of RGB (Red+Green+Blue) = 127+67+42=236 (31% of max value = 765). Red value is 127 (50% from 255 or 53.81% from 236); Green value is 67 (26.56% from 255 or 28.39% from 236); Blue value is 42 (16.80% from 255 or 17.80% from 236); Max value from RGB is 127 - color contains mainly: red. Hex color #7F432A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F432A is #80BCD5. Grayscale: #525252. Windows color (decimal): -8436950 or 2769791. OLE color: 2769791.

HSL color Cylindrical-coordinate representation of color #7F432A: hue angle of 17.65º 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 #7F432A is Cyan = 0, Magento = 0.47, Yellow = 0.67 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 67 42 -
CMYK 0 0.47 0.67 0.50
HSL 17.65º 0.5% 0.33% -
HSV(B) 17.65º 0.67% 0.5% -
XYZ 11.18 8.69 3.28 -
YUV 82.09 105.38 160.03 -
System Red Green Blue C M Y K H S L
Decimal 127 67 42 0 0.47 0.67 0.50 17.65 0.5 0.33
Hex 7F 43 2A 0 2F 43 32 12 32 21
Octal 177 103 52 0 57 103 62 22 62 41
Binary 1111111 1000011 101010 0 101111 1000011 110010 10010 110010 100001

Color Harmonies of #7F432A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F432A

Black with #7F432A

Text Example


Text Example

White with #7F432A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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