Html Css Color HEX #773C2B Copper Canyon

📋 copy color: '#773C2B'

red 119 ◦ green 60 ◦ blue 43

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

Shades of Copper Canyon #773C2B

Tints of Copper Canyon #773C2B

RGB

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

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

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

R = 53.6%
G = 27.03%
B = 19.37%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.64

 K value IS 0.53

RGB Variations

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

Color information

#773C2B (or 0x773C2B) is known color: Copper Canyon. HEX triplet: 77, 3C and 2B. RGB value is (119,60,43). Sum of RGB (Red+Green+Blue) = 119+60+43=222 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.60% from 222); Green value is 60 (23.83% from 255 or 27.03% from 222); Blue value is 43 (17.19% from 255 or 19.37% from 222); Max value from RGB is 119 - color contains mainly: red. Hex color #773C2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773C2B is #88C3D4. Grayscale: #4B4B4B. Windows color (decimal): -8963029 or 2833527. OLE color: 2833527.

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

Color convert

RGB 119 60 43 -
CMYK 0 0.50 0.64 0.53
HSL 13.42º 0.47% 0.32% -
HSV(B) 13.42º 0.64% 0.47% -
XYZ 9.66 7.33 3.19 -
YUV 75.7 109.55 158.88 -
System Red Green Blue C M Y K H S L
Decimal 119 60 43 0 0.50 0.64 0.53 13.42 0.47 0.32
Hex 77 3C 2B 0 32 40 35 D 2F 20
Octal 167 74 53 0 62 100 65 15 57 40
Binary 1110111 111100 101011 0 110010 1000000 110101 1101 101111 100000

Color Harmonies of #773C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773C2B

Black with #773C2B

Text Example


Text Example

White with #773C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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