Html Css Color HEX #763F2A Copper Canyon

📋 copy color: '#763F2A'

red 118 ◦ green 63 ◦ blue 42

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

Shades of Copper Canyon #763F2A

Tints of Copper Canyon #763F2A

RGB

 RED value IS 118 (46.48% from 255) = 52.91%

 GREEN value IS 63 (25% from 255) = 28.25%

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

R = 52.91%
G = 28.25%
B = 18.83%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.64

 K value IS 0.54

RGB Variations

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

Color information

#763F2A (or 0x763F2A) is known color: Copper Canyon. HEX triplet: 76, 3F and 2A. RGB value is (118,63,42). Sum of RGB (Red+Green+Blue) = 118+63+42=223 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.91% from 223); Green value is 63 (25% from 255 or 28.25% from 223); Blue value is 42 (16.80% from 255 or 18.83% from 223); Max value from RGB is 118 - color contains mainly: red. Hex color #763F2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763F2A is #89C0D5. Grayscale: #4D4D4D. Windows color (decimal): -9027798 or 2768758. OLE color: 2768758.

HSL color Cylindrical-coordinate representation of color #763F2A: hue angle of 16.58º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #763F2A is Cyan = 0, Magento = 0.47, Yellow = 0.64 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 63 42 -
CMYK 0 0.47 0.64 0.54
HSL 16.58º 0.48% 0.31% -
HSV(B) 16.58º 0.64% 0.46% -
XYZ 9.67 7.57 3.14 -
YUV 77.05 108.22 157.21 -
System Red Green Blue C M Y K H S L
Decimal 118 63 42 0 0.47 0.64 0.54 16.58 0.48 0.31
Hex 76 3F 2A 0 2F 40 36 11 30 1F
Octal 166 77 52 0 57 100 66 21 60 37
Binary 1110110 111111 101010 0 101111 1000000 110110 10001 110000 11111

Color Harmonies of #763F2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763F2A

Black with #763F2A

Text Example


Text Example

White with #763F2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763F2A; }

 p { color: rgb(118,63,42); }

 H1.HeaderClassName
 {
   color: #763F2A;
 }
 .AnyTagClassName
 {
   color: #763F2A;
 }
</style>

background-color css

<style>
 a { background-color: #763F2A; }

 a { background-color: rgb(118,63,42); }

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

border-color css

<style>
 span { border-color: #763F2A; }

 span { border-color: rgb(118,63,42); }

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