Html Css Color HEX #773A28 Copper Canyon

📋 copy color: '#773A28'

red 119 ◦ green 58 ◦ blue 40

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

Shades of Copper Canyon #773A28

Tints of Copper Canyon #773A28

RGB

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

 GREEN value IS 58 (23.05% from 255) = 26.73%

 BLUE value IS 40 (16.02% from 255) = 18.43%

R = 54.84%
G = 26.73%
B = 18.43%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.66

 K value IS 0.53

RGB Variations

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

Color information

#773A28 (or 0x773A28) is known color: Copper Canyon. HEX triplet: 77, 3A and 28. RGB value is (119,58,40). Sum of RGB (Red+Green+Blue) = 119+58+40=217 (28% of max value = 765). Red value is 119 (46.88% from 255 or 54.84% from 217); Green value is 58 (23.05% from 255 or 26.73% from 217); Blue value is 40 (16.02% from 255 or 18.43% from 217); Max value from RGB is 119 - color contains mainly: red. Hex color #773A28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773A28 is #88C5D7. Grayscale: #4A4A4A. Windows color (decimal): -8963544 or 2636407. OLE color: 2636407.

HSL color Cylindrical-coordinate representation of color #773A28: hue angle of 13.67º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #773A28 is Cyan = 0, Magento = 0.51, Yellow = 0.66 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 58 40 -
CMYK 0 0.51 0.66 0.53
HSL 13.67º 0.5% 0.31% -
HSV(B) 13.67º 0.66% 0.47% -
XYZ 9.5 7.1 2.88 -
YUV 74.19 108.71 159.96 -
System Red Green Blue C M Y K H S L
Decimal 119 58 40 0 0.51 0.66 0.53 13.67 0.5 0.31
Hex 77 3A 28 0 33 42 35 E 32 1F
Octal 167 72 50 0 63 102 65 16 62 37
Binary 1110111 111010 101000 0 110011 1000010 110101 1110 110010 11111

Color Harmonies of #773A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773A28

Black with #773A28

Text Example


Text Example

White with #773A28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,58,40); }

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

background-color css

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

 a { background-color: rgb(119,58,40); }

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

border-color css

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

 span { border-color: rgb(119,58,40); }

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