Html Css Color HEX #763C2C Copper Canyon

📋 copy color: '#763C2C'

red 118 ◦ green 60 ◦ blue 44

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

Shades of Copper Canyon #763C2C

Tints of Copper Canyon #763C2C

RGB

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

 GREEN value IS 60 (23.83% from 255) = 27.03%

 BLUE value IS 44 (17.58% from 255) = 19.82%

R = 53.15%
G = 27.03%
B = 19.82%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.63

 K value IS 0.54

RGB Variations

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

Color information

#763C2C (or 0x763C2C) is known color: Copper Canyon. HEX triplet: 76, 3C and 2C. RGB value is (118,60,44). Sum of RGB (Red+Green+Blue) = 118+60+44=222 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.15% from 222); Green value is 60 (23.83% from 255 or 27.03% from 222); Blue value is 44 (17.58% from 255 or 19.82% from 222); Max value from RGB is 118 - color contains mainly: red. Hex color #763C2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763C2C is #89C3D3. Grayscale: #4B4B4B. Windows color (decimal): -9028564 or 2899062. OLE color: 2899062.

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

Color convert

RGB 118 60 44 -
CMYK 0 0.49 0.63 0.54
HSL 12.97º 0.46% 0.32% -
HSV(B) 12.97º 0.63% 0.46% -
XYZ 9.54 7.27 3.28 -
YUV 75.52 110.22 158.3 -
System Red Green Blue C M Y K H S L
Decimal 118 60 44 0 0.49 0.63 0.54 12.97 0.46 0.32
Hex 76 3C 2C 0 31 3F 36 D 2E 20
Octal 166 74 54 0 61 77 66 15 56 40
Binary 1110110 111100 101100 0 110001 111111 110110 1101 101110 100000

Color Harmonies of #763C2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763C2C

Black with #763C2C

Text Example


Text Example

White with #763C2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,60,44); }

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

background-color css

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

 a { background-color: rgb(118,60,44); }

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

border-color css

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

 span { border-color: rgb(118,60,44); }

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