Html Css Color HEX #773E2B Copper Canyon

📋 copy color: '#773E2B'

red 119 ◦ green 62 ◦ blue 43

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

Shades of Copper Canyon #773E2B

Tints of Copper Canyon #773E2B

RGB

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

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

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

R = 53.13%
G = 27.68%
B = 19.2%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.64

 K value IS 0.53

RGB Variations

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

Color information

#773E2B (or 0x773E2B) is known color: Copper Canyon. HEX triplet: 77, 3E and 2B. RGB value is (119,62,43). Sum of RGB (Red+Green+Blue) = 119+62+43=224 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.12% from 224); Green value is 62 (24.61% from 255 or 27.68% from 224); Blue value is 43 (17.19% from 255 or 19.20% from 224); Max value from RGB is 119 - color contains mainly: red. Hex color #773E2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773E2B is #88C1D4. Grayscale: #4D4D4D. Windows color (decimal): -8962517 or 2834039. OLE color: 2834039.

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

Color convert

RGB 119 62 43 -
CMYK 0 0.48 0.64 0.53
HSL 15º 0.47% 0.32% -
HSV(B) 15º 0.64% 0.47% -
XYZ 9.77 7.54 3.23 -
YUV 76.88 108.88 158.04 -
System Red Green Blue C M Y K H S L
Decimal 119 62 43 0 0.48 0.64 0.53 15 0.47 0.32
Hex 77 3E 2B 0 30 40 35 F 2F 20
Octal 167 76 53 0 60 100 65 17 57 40
Binary 1110111 111110 101011 0 110000 1000000 110101 1111 101111 100000

Color Harmonies of #773E2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773E2B

Black with #773E2B

Text Example


Text Example

White with #773E2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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