Html Css Color HEX #773E2C Copper Canyon

📋 copy color: '#773E2C'

red 119 ◦ green 62 ◦ blue 44

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

Shades of Copper Canyon #773E2C

Tints of Copper Canyon #773E2C

RGB

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

 GREEN value IS 62 (24.61% from 255) = 27.56%

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

R = 52.89%
G = 27.56%
B = 19.56%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.63

 K value IS 0.53

RGB Variations

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

Color information

#773E2C (or 0x773E2C) is known color: Copper Canyon. HEX triplet: 77, 3E and 2C. RGB value is (119,62,44). Sum of RGB (Red+Green+Blue) = 119+62+44=225 (29% of max value = 765). Red value is 119 (46.88% from 255 or 52.89% from 225); Green value is 62 (24.61% from 255 or 27.56% from 225); Blue value is 44 (17.58% from 255 or 19.56% from 225); Max value from RGB is 119 - color contains mainly: red. Hex color #773E2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773E2C is #88C1D3. Grayscale: #4D4D4D. Windows color (decimal): -8962516 or 2899575. OLE color: 2899575.

HSL color Cylindrical-coordinate representation of color #773E2C: hue angle of 14.4º 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 #773E2C is Cyan = 0, Magento = 0.48, Yellow = 0.63 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 62 44 -
CMYK 0 0.48 0.63 0.53
HSL 14.4º 0.46% 0.32% -
HSV(B) 14.4º 0.63% 0.47% -
XYZ 9.78 7.55 3.32 -
YUV 76.99 109.38 157.96 -
System Red Green Blue C M Y K H S L
Decimal 119 62 44 0 0.48 0.63 0.53 14.4 0.46 0.32
Hex 77 3E 2C 0 30 3F 35 E 2E 20
Octal 167 76 54 0 60 77 65 16 56 40
Binary 1110111 111110 101100 0 110000 111111 110101 1110 101110 100000

Color Harmonies of #773E2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773E2C

Black with #773E2C

Text Example


Text Example

White with #773E2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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