Html Css Color HEX #7F4427 Copper Canyon

📋 copy color: '#7F4427'

red 127 ◦ green 68 ◦ blue 39

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

Shades of Copper Canyon #7F4427

Tints of Copper Canyon #7F4427

RGB

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

 GREEN value IS 68 (26.95% from 255) = 29.06%

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

R = 54.27%
G = 29.06%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.69

 K value IS 0.50

RGB Variations

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

Color information

#7F4427 (or 0x7F4427) is known color: Copper Canyon. HEX triplet: 7F, 44 and 27. RGB value is (127,68,39). Sum of RGB (Red+Green+Blue) = 127+68+39=234 (30% of max value = 765). Red value is 127 (50% from 255 or 54.27% from 234); Green value is 68 (26.95% from 255 or 29.06% from 234); Blue value is 39 (15.62% from 255 or 16.67% from 234); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4427 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F4427 is #80BBD8. Grayscale: #525252. Windows color (decimal): -8436697 or 2573439. OLE color: 2573439.

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

Color convert

RGB 127 68 39 -
CMYK 0 0.46 0.69 0.50
HSL 19.77º 0.53% 0.33% -
HSV(B) 19.77º 0.69% 0.5% -
XYZ 11.19 8.79 3.03 -
YUV 82.34 103.55 159.86 -
System Red Green Blue C M Y K H S L
Decimal 127 68 39 0 0.46 0.69 0.50 19.77 0.53 0.33
Hex 7F 44 27 0 2E 45 32 14 35 21
Octal 177 104 47 0 56 105 62 24 65 41
Binary 1111111 1000100 100111 0 101110 1000101 110010 10100 110101 100001

Color Harmonies of #7F4427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F4427

Black with #7F4427

Text Example


Text Example

White with #7F4427

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,68,39); }

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

background-color css

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

 a { background-color: rgb(127,68,39); }

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

border-color css

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

 span { border-color: rgb(127,68,39); }

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