Html Css Color HEX #773F27 Copper Canyon

📋 copy color: '#773F27'

red 119 ◦ green 63 ◦ blue 39

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

Shades of Copper Canyon #773F27

Tints of Copper Canyon #773F27

RGB

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

 GREEN value IS 63 (25% from 255) = 28.51%

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

R = 53.85%
G = 28.51%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.67

 K value IS 0.53

RGB Variations

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

Color information

#773F27 (or 0x773F27) is known color: Copper Canyon. HEX triplet: 77, 3F and 27. RGB value is (119,63,39). Sum of RGB (Red+Green+Blue) = 119+63+39=221 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.85% from 221); Green value is 63 (25% from 255 or 28.51% from 221); Blue value is 39 (15.62% from 255 or 17.65% from 221); Max value from RGB is 119 - color contains mainly: red. Hex color #773F27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773F27 is #88C0D8. Grayscale: #4D4D4D. Windows color (decimal): -8962265 or 2572151. OLE color: 2572151.

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

Color convert

RGB 119 63 39 -
CMYK 0 0.47 0.67 0.53
HSL 18º 0.51% 0.31% -
HSV(B) 18º 0.67% 0.47% -
XYZ 9.75 7.62 2.88 -
YUV 77.01 106.55 157.95 -
System Red Green Blue C M Y K H S L
Decimal 119 63 39 0 0.47 0.67 0.53 18 0.51 0.31
Hex 77 3F 27 0 2F 43 35 12 33 1F
Octal 167 77 47 0 57 103 65 22 63 37
Binary 1110111 111111 100111 0 101111 1000011 110101 10010 110011 11111

Color Harmonies of #773F27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773F27

Black with #773F27

Text Example


Text Example

White with #773F27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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