Html Css Color HEX #775743 Old Copper

📋 copy color: '#775743'

red 119 ◦ green 87 ◦ blue 67

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

Shades of Old Copper #775743

Tints of Old Copper #775743

RGB

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

 GREEN value IS 87 (34.38% from 255) = 31.87%

 BLUE value IS 67 (26.56% from 255) = 24.54%

R = 43.59%
G = 31.87%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.44

 K value IS 0.53

RGB Variations

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

Color information

#775743 (or 0x775743) is known color: Old Copper. HEX triplet: 77, 57 and 43. RGB value is (119,87,67). Sum of RGB (Red+Green+Blue) = 119+87+67=273 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.59% from 273); Green value is 87 (34.38% from 255 or 31.87% from 273); Blue value is 67 (26.56% from 255 or 24.54% from 273); Max value from RGB is 119 - color contains mainly: red. Hex color #775743 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775743 is #88A8BC. Grayscale: #5E5E5E. Windows color (decimal): -8956093 or 4413303. OLE color: 4413303.

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

Color convert

RGB 119 87 67 -
CMYK 0 0.27 0.44 0.53
HSL 23.08º 0.28% 0.36% -
HSV(B) 23.08º 0.44% 0.47% -
XYZ 12.03 11.14 6.83 -
YUV 94.29 112.6 145.63 -
System Red Green Blue C M Y K H S L
Decimal 119 87 67 0 0.27 0.44 0.53 23.08 0.28 0.36
Hex 77 57 43 0 1B 2C 35 17 1C 24
Octal 167 127 103 0 33 54 65 27 34 44
Binary 1110111 1010111 1000011 0 11011 101100 110101 10111 11100 100100

Color Harmonies of #775743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775743

Black with #775743

Text Example


Text Example

White with #775743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775743; }

 p { color: rgb(119,87,67); }

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

background-color css

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

 a { background-color: rgb(119,87,67); }

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

border-color css

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

 span { border-color: rgb(119,87,67); }

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