Html Css Color HEX #7F452B Copper Canyon

📋 copy color: '#7F452B'

red 127 ◦ green 69 ◦ blue 43

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

Shades of Copper Canyon #7F452B

Tints of Copper Canyon #7F452B

RGB

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

 GREEN value IS 69 (27.34% from 255) = 28.87%

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

R = 53.14%
G = 28.87%
B = 17.99%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.66

 K value IS 0.50

RGB Variations

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

Color information

#7F452B (or 0x7F452B) is known color: Copper Canyon. HEX triplet: 7F, 45 and 2B. RGB value is (127,69,43). Sum of RGB (Red+Green+Blue) = 127+69+43=239 (31% of max value = 765). Red value is 127 (50% from 255 or 53.14% from 239); Green value is 69 (27.34% from 255 or 28.87% from 239); Blue value is 43 (17.19% from 255 or 17.99% from 239); Max value from RGB is 127 - color contains mainly: red. Hex color #7F452B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F452B is #80BAD4. Grayscale: #535353. Windows color (decimal): -8436437 or 2835839. OLE color: 2835839.

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

Color convert

RGB 127 69 43 -
CMYK 0 0.46 0.66 0.50
HSL 18.57º 0.49% 0.33% -
HSV(B) 18.57º 0.66% 0.5% -
XYZ 11.32 8.94 3.42 -
YUV 83.38 105.22 159.11 -
System Red Green Blue C M Y K H S L
Decimal 127 69 43 0 0.46 0.66 0.50 18.57 0.49 0.33
Hex 7F 45 2B 0 2E 42 32 13 31 21
Octal 177 105 53 0 56 102 62 23 61 41
Binary 1111111 1000101 101011 0 101110 1000010 110010 10011 110001 100001

Color Harmonies of #7F452B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F452B

Black with #7F452B

Text Example


Text Example

White with #7F452B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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