Html Css Color HEX #773D27 Copper Canyon

📋 copy color: '#773D27'

red 119 ◦ green 61 ◦ blue 39

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

Shades of Copper Canyon #773D27

Tints of Copper Canyon #773D27

RGB

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

 GREEN value IS 61 (24.22% from 255) = 27.85%

 BLUE value IS 39 (15.63% from 255) = 17.81%

R = 54.34%
G = 27.85%
B = 17.81%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.67

 K value IS 0.53

RGB Variations

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

Color information

#773D27 (or 0x773D27) is known color: Copper Canyon. HEX triplet: 77, 3D and 27. RGB value is (119,61,39). Sum of RGB (Red+Green+Blue) = 119+61+39=219 (29% of max value = 765). Red value is 119 (46.88% from 255 or 54.34% from 219); Green value is 61 (24.22% from 255 or 27.85% from 219); Blue value is 39 (15.62% from 255 or 17.81% from 219); Max value from RGB is 119 - color contains mainly: red. Hex color #773D27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773D27 is #88C2D8. Grayscale: #4B4B4B. Windows color (decimal): -8962777 or 2571639. OLE color: 2571639.

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

Color convert

RGB 119 61 39 -
CMYK 0 0.49 0.67 0.53
HSL 16.5º 0.51% 0.31% -
HSV(B) 16.5º 0.67% 0.47% -
XYZ 9.64 7.41 2.84 -
YUV 75.83 107.22 158.79 -
System Red Green Blue C M Y K H S L
Decimal 119 61 39 0 0.49 0.67 0.53 16.5 0.51 0.31
Hex 77 3D 27 0 31 43 35 10 33 1F
Octal 167 75 47 0 61 103 65 20 63 37
Binary 1110111 111101 100111 0 110001 1000011 110101 10000 110011 11111

Color Harmonies of #773D27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773D27

Black with #773D27

Text Example


Text Example

White with #773D27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,61,39); }

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

background-color css

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

 a { background-color: rgb(119,61,39); }

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

border-color css

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

 span { border-color: rgb(119,61,39); }

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