Html Css Color HEX #775440 Old Copper

📋 copy color: '#775440'

red 119 ◦ green 84 ◦ blue 64

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

Shades of Old Copper #775440

Tints of Old Copper #775440

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 23.97%

R = 44.57%
G = 31.46%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.46

 K value IS 0.53

RGB Variations

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

Color information

#775440 (or 0x775440) is known color: Old Copper. HEX triplet: 77, 54 and 40. RGB value is (119,84,64). Sum of RGB (Red+Green+Blue) = 119+84+64=267 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.57% from 267); Green value is 84 (33.20% from 255 or 31.46% from 267); Blue value is 64 (25.39% from 255 or 23.97% from 267); Max value from RGB is 119 - color contains mainly: red. Hex color #775440 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775440 is #88ABBF. Grayscale: #5C5C5C. Windows color (decimal): -8956864 or 4215927. OLE color: 4215927.

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

Color convert

RGB 119 84 64 -
CMYK 0 0.29 0.46 0.53
HSL 21.82º 0.3% 0.36% -
HSV(B) 21.82º 0.46% 0.47% -
XYZ 11.7 10.63 6.29 -
YUV 92.19 112.1 147.13 -
System Red Green Blue C M Y K H S L
Decimal 119 84 64 0 0.29 0.46 0.53 21.82 0.3 0.36
Hex 77 54 40 0 1D 2E 35 16 1E 24
Octal 167 124 100 0 35 56 65 26 36 44
Binary 1110111 1010100 1000000 0 11101 101110 110101 10110 11110 100100

Color Harmonies of #775440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775440

Black with #775440

Text Example


Text Example

White with #775440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775440; }

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

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

background-color css

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

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

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

border-color css

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

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

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