Html Css Color HEX #775341 Old Copper

📋 copy color: '#775341'

red 119 ◦ green 83 ◦ blue 65

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

Shades of Old Copper #775341

Tints of Old Copper #775341

RGB

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

 GREEN value IS 83 (32.81% from 255) = 31.09%

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

R = 44.57%
G = 31.09%
B = 24.34%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.45

 K value IS 0.53

RGB Variations

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

Color information

#775341 (or 0x775341) is known color: Old Copper. HEX triplet: 77, 53 and 41. RGB value is (119,83,65). Sum of RGB (Red+Green+Blue) = 119+83+65=267 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.57% from 267); Green value is 83 (32.81% from 255 or 31.09% from 267); Blue value is 65 (25.78% from 255 or 24.34% from 267); Max value from RGB is 119 - color contains mainly: red. Hex color #775341 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775341 is #88ACBE. Grayscale: #5B5B5B. Windows color (decimal): -8957119 or 4281207. OLE color: 4281207.

HSL color Cylindrical-coordinate representation of color #775341: hue angle of 20º 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 #775341 is Cyan = 0, Magento = 0.30, Yellow = 0.45 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 83 65 -
CMYK 0 0.30 0.45 0.53
HSL 20º 0.29% 0.36% -
HSV(B) 20º 0.45% 0.47% -
XYZ 11.66 10.49 6.41 -
YUV 91.71 112.93 147.46 -
System Red Green Blue C M Y K H S L
Decimal 119 83 65 0 0.30 0.45 0.53 20 0.29 0.36
Hex 77 53 41 0 1E 2D 35 14 1D 24
Octal 167 123 101 0 36 55 65 24 35 44
Binary 1110111 1010011 1000001 0 11110 101101 110101 10100 11101 100100

Color Harmonies of #775341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775341

Black with #775341

Text Example


Text Example

White with #775341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775341; }

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

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

background-color css

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

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

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

border-color css

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

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

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