Html Css Color HEX #7F422B Copper Canyon

📋 copy color: '#7F422B'

red 127 ◦ green 66 ◦ blue 43

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

Shades of Copper Canyon #7F422B

Tints of Copper Canyon #7F422B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 27.97%

 BLUE value IS 43 (17.19% from 255) = 18.22%

R = 53.81%
G = 27.97%
B = 18.22%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.66

 K value IS 0.50

RGB Variations

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

Color information

#7F422B (or 0x7F422B) is known color: Copper Canyon. HEX triplet: 7F, 42 and 2B. RGB value is (127,66,43). Sum of RGB (Red+Green+Blue) = 127+66+43=236 (31% of max value = 765). Red value is 127 (50% from 255 or 53.81% from 236); Green value is 66 (26.17% from 255 or 27.97% from 236); Blue value is 43 (17.19% from 255 or 18.22% from 236); Max value from RGB is 127 - color contains mainly: red. Hex color #7F422B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F422B is #80BDD4. Grayscale: #515151. Windows color (decimal): -8437205 or 2835071. OLE color: 2835071.

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

Color convert

RGB 127 66 43 -
CMYK 0 0.48 0.66 0.50
HSL 16.43º 0.49% 0.33% -
HSV(B) 16.43º 0.66% 0.5% -
XYZ 11.14 8.58 3.36 -
YUV 81.62 106.21 160.37 -
System Red Green Blue C M Y K H S L
Decimal 127 66 43 0 0.48 0.66 0.50 16.43 0.49 0.33
Hex 7F 42 2B 0 30 42 32 10 31 21
Octal 177 102 53 0 60 102 62 20 61 41
Binary 1111111 1000010 101011 0 110000 1000010 110010 10000 110001 100001

Color Harmonies of #7F422B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F422B

Black with #7F422B

Text Example


Text Example

White with #7F422B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,66,43); }

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

background-color css

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

 a { background-color: rgb(127,66,43); }

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

border-color css

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

 span { border-color: rgb(127,66,43); }

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