Html Css Color HEX #773F25 Copper Canyon

📋 copy color: '#773F25'

red 119 ◦ green 63 ◦ blue 37

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

Shades of Copper Canyon #773F25

Tints of Copper Canyon #773F25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 16.89%

R = 54.34%
G = 28.77%
B = 16.89%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.69

 K value IS 0.53

RGB Variations

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

Color information

#773F25 (or 0x773F25) is known color: Copper Canyon. HEX triplet: 77, 3F and 25. RGB value is (119,63,37). Sum of RGB (Red+Green+Blue) = 119+63+37=219 (29% of max value = 765). Red value is 119 (46.88% from 255 or 54.34% from 219); Green value is 63 (25% from 255 or 28.77% from 219); Blue value is 37 (14.84% from 255 or 16.89% from 219); Max value from RGB is 119 - color contains mainly: red. Hex color #773F25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773F25 is #88C0DA. Grayscale: #4C4C4C. Windows color (decimal): -8962267 or 2441079. OLE color: 2441079.

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

Color convert

RGB 119 63 37 -
CMYK 0 0.47 0.69 0.53
HSL 19.02º 0.53% 0.31% -
HSV(B) 19.02º 0.69% 0.47% -
XYZ 9.72 7.61 2.71 -
YUV 76.78 105.55 158.11 -
System Red Green Blue C M Y K H S L
Decimal 119 63 37 0 0.47 0.69 0.53 19.02 0.53 0.31
Hex 77 3F 25 0 2F 45 35 13 35 1F
Octal 167 77 45 0 57 105 65 23 65 37
Binary 1110111 111111 100101 0 101111 1000101 110101 10011 110101 11111

Color Harmonies of #773F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773F25

Black with #773F25

Text Example


Text Example

White with #773F25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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