Html Css Color HEX #7F4026 Copper Canyon

📋 copy color: '#7F4026'

red 127 ◦ green 64 ◦ blue 38

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

Shades of Copper Canyon #7F4026

Tints of Copper Canyon #7F4026

RGB

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

 GREEN value IS 64 (25.39% from 255) = 27.95%

 BLUE value IS 38 (15.23% from 255) = 16.59%

R = 55.46%
G = 27.95%
B = 16.59%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.70

 K value IS 0.50

RGB Variations

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

Color information

#7F4026 (or 0x7F4026) is known color: Copper Canyon. HEX triplet: 7F, 40 and 26. RGB value is (127,64,38). Sum of RGB (Red+Green+Blue) = 127+64+38=229 (30% of max value = 765). Red value is 127 (50% from 255 or 55.46% from 229); Green value is 64 (25.39% from 255 or 27.95% from 229); Blue value is 38 (15.23% from 255 or 16.59% from 229); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4026 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F4026 is #80BFD9. Grayscale: #505050. Windows color (decimal): -8437722 or 2506879. OLE color: 2506879.

HSL color Cylindrical-coordinate representation of color #7F4026: hue angle of 17.53º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7F4026 is Cyan = 0, Magento = 0.50, Yellow = 0.70 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 64 38 -
CMYK 0 0.50 0.70 0.50
HSL 17.53º 0.54% 0.32% -
HSV(B) 17.53º 0.7% 0.5% -
XYZ 10.94 8.32 2.86 -
YUV 79.87 104.37 161.61 -
System Red Green Blue C M Y K H S L
Decimal 127 64 38 0 0.50 0.70 0.50 17.53 0.54 0.32
Hex 7F 40 26 0 32 46 32 12 36 20
Octal 177 100 46 0 62 106 62 22 66 40
Binary 1111111 1000000 100110 0 110010 1000110 110010 10010 110110 100000

Color Harmonies of #7F4026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F4026

Black with #7F4026

Text Example


Text Example

White with #7F4026

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,64,38); }

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

background-color css

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

 a { background-color: rgb(127,64,38); }

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

border-color css

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

 span { border-color: rgb(127,64,38); }

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