Html Css Color HEX #773C2C Copper Canyon

📋 copy color: '#773C2C'

red 119 ◦ green 60 ◦ blue 44

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

Shades of Copper Canyon #773C2C

Tints of Copper Canyon #773C2C

RGB

 RED value IS 119 (46.88% from 255) = 53.36%

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

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

R = 53.36%
G = 26.91%
B = 19.73%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.63

 K value IS 0.53

RGB Variations

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

Color information

#773C2C (or 0x773C2C) is known color: Copper Canyon. HEX triplet: 77, 3C and 2C. RGB value is (119,60,44). Sum of RGB (Red+Green+Blue) = 119+60+44=223 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.36% from 223); Green value is 60 (23.83% from 255 or 26.91% from 223); Blue value is 44 (17.58% from 255 or 19.73% from 223); Max value from RGB is 119 - color contains mainly: red. Hex color #773C2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773C2C is #88C3D3. Grayscale: #4B4B4B. Windows color (decimal): -8963028 or 2899063. OLE color: 2899063.

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

Color convert

RGB 119 60 44 -
CMYK 0 0.50 0.63 0.53
HSL 12.8º 0.46% 0.32% -
HSV(B) 12.8º 0.63% 0.47% -
XYZ 9.68 7.34 3.29 -
YUV 75.82 110.05 158.8 -
System Red Green Blue C M Y K H S L
Decimal 119 60 44 0 0.50 0.63 0.53 12.8 0.46 0.32
Hex 77 3C 2C 0 32 3F 35 D 2E 20
Octal 167 74 54 0 62 77 65 15 56 40
Binary 1110111 111100 101100 0 110010 111111 110101 1101 101110 100000

Color Harmonies of #773C2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773C2C

Black with #773C2C

Text Example


Text Example

White with #773C2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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