Html Css Color HEX #775041 Old Copper

📋 copy color: '#775041'

red 119 ◦ green 80 ◦ blue 65

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

Shades of Old Copper #775041

Tints of Old Copper #775041

RGB

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

 GREEN value IS 80 (31.64% from 255) = 30.3%

 BLUE value IS 65 (25.78% from 255) = 24.62%

R = 45.08%
G = 30.3%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.45

 K value IS 0.53

RGB Variations

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

Color information

#775041 (or 0x775041) is known color: Old Copper. HEX triplet: 77, 50 and 41. RGB value is (119,80,65). Sum of RGB (Red+Green+Blue) = 119+80+65=264 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.08% from 264); Green value is 80 (31.64% from 255 or 30.30% from 264); Blue value is 65 (25.78% from 255 or 24.62% from 264); Max value from RGB is 119 - color contains mainly: red. Hex color #775041 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775041 is #88AFBE. Grayscale: #5A5A5A. Windows color (decimal): -8957887 or 4280439. OLE color: 4280439.

HSL color Cylindrical-coordinate representation of color #775041: hue angle of 16.67º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #775041 is Cyan = 0, Magento = 0.33, Yellow = 0.45 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 80 65 -
CMYK 0 0.33 0.45 0.53
HSL 16.67º 0.29% 0.36% -
HSV(B) 16.67º 0.45% 0.47% -
XYZ 11.43 10.04 6.34 -
YUV 89.95 113.92 148.72 -
System Red Green Blue C M Y K H S L
Decimal 119 80 65 0 0.33 0.45 0.53 16.67 0.29 0.36
Hex 77 50 41 0 21 2D 35 11 1D 24
Octal 167 120 101 0 41 55 65 21 35 44
Binary 1110111 1010000 1000001 0 100001 101101 110101 10001 11101 100100

Color Harmonies of #775041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775041

Black with #775041

Text Example


Text Example

White with #775041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775041; }

 p { color: rgb(119,80,65); }

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

background-color css

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

 a { background-color: rgb(119,80,65); }

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

border-color css

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

 span { border-color: rgb(119,80,65); }

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