Html Css Color HEX #775441 Old Copper

📋 copy color: '#775441'

red 119 ◦ green 84 ◦ blue 65

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

Shades of Old Copper #775441

Tints of Old Copper #775441

RGB

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

 GREEN value IS 84 (33.2% from 255) = 31.34%

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

R = 44.4%
G = 31.34%
B = 24.25%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.45

 K value IS 0.53

RGB Variations

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

Color information

#775441 (or 0x775441) is known color: Old Copper. HEX triplet: 77, 54 and 41. RGB value is (119,84,65). Sum of RGB (Red+Green+Blue) = 119+84+65=268 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.40% from 268); Green value is 84 (33.20% from 255 or 31.34% from 268); Blue value is 65 (25.78% from 255 or 24.25% from 268); Max value from RGB is 119 - color contains mainly: red. Hex color #775441 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775441 is #88ABBE. Grayscale: #5C5C5C. Windows color (decimal): -8956863 or 4281463. OLE color: 4281463.

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

Color convert

RGB 119 84 65 -
CMYK 0 0.29 0.45 0.53
HSL 21.11º 0.29% 0.36% -
HSV(B) 21.11º 0.45% 0.47% -
XYZ 11.73 10.64 6.44 -
YUV 92.3 112.6 147.04 -
System Red Green Blue C M Y K H S L
Decimal 119 84 65 0 0.29 0.45 0.53 21.11 0.29 0.36
Hex 77 54 41 0 1D 2D 35 15 1D 24
Octal 167 124 101 0 35 55 65 25 35 44
Binary 1110111 1010100 1000001 0 11101 101101 110101 10101 11101 100100

Color Harmonies of #775441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775441

Black with #775441

Text Example


Text Example

White with #775441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775441; }

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

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

background-color css

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

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

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

border-color css

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

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

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