Html Css Color HEX #773E2D Copper Canyon

📋 copy color: '#773E2D'

red 119 ◦ green 62 ◦ blue 45

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

Shades of Copper Canyon #773E2D

Tints of Copper Canyon #773E2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 19.91%

R = 52.65%
G = 27.43%
B = 19.91%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.62

 K value IS 0.53

RGB Variations

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

Color information

#773E2D (or 0x773E2D) is known color: Copper Canyon. HEX triplet: 77, 3E and 2D. RGB value is (119,62,45). Sum of RGB (Red+Green+Blue) = 119+62+45=226 (29% of max value = 765). Red value is 119 (46.88% from 255 or 52.65% from 226); Green value is 62 (24.61% from 255 or 27.43% from 226); Blue value is 45 (17.97% from 255 or 19.91% from 226); Max value from RGB is 119 - color contains mainly: red. Hex color #773E2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773E2D is #88C1D2. Grayscale: #4D4D4D. Windows color (decimal): -8962515 or 2965111. OLE color: 2965111.

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

Color convert

RGB 119 62 45 -
CMYK 0 0.48 0.62 0.53
HSL 13.78º 0.45% 0.32% -
HSV(B) 13.78º 0.62% 0.47% -
XYZ 9.8 7.56 3.42 -
YUV 77.11 109.88 157.88 -
System Red Green Blue C M Y K H S L
Decimal 119 62 45 0 0.48 0.62 0.53 13.78 0.45 0.32
Hex 77 3E 2D 0 30 3E 35 E 2D 20
Octal 167 76 55 0 60 76 65 16 55 40
Binary 1110111 111110 101101 0 110000 111110 110101 1110 101101 100000

Color Harmonies of #773E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773E2D

Black with #773E2D

Text Example


Text Example

White with #773E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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