Html Css Color HEX #775741 Old Copper

📋 copy color: '#775741'

red 119 ◦ green 87 ◦ blue 65

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

Shades of Old Copper #775741

Tints of Old Copper #775741

RGB

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

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

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

R = 43.91%
G = 32.1%
B = 23.99%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.45

 K value IS 0.53

RGB Variations

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

Color information

#775741 (or 0x775741) is known color: Old Copper. HEX triplet: 77, 57 and 41. RGB value is (119,87,65). Sum of RGB (Red+Green+Blue) = 119+87+65=271 (35% of max value = 765). Red value is 119 (46.88% from 255 or 43.91% from 271); Green value is 87 (34.38% from 255 or 32.10% from 271); Blue value is 65 (25.78% from 255 or 23.99% from 271); Max value from RGB is 119 - color contains mainly: red. Hex color #775741 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775741 is #88A8BE. Grayscale: #5E5E5E. Windows color (decimal): -8956095 or 4282231. OLE color: 4282231.

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

Color convert

RGB 119 87 65 -
CMYK 0 0.27 0.45 0.53
HSL 24.44º 0.29% 0.36% -
HSV(B) 24.44º 0.45% 0.47% -
XYZ 11.97 11.12 6.52 -
YUV 94.06 111.6 145.79 -
System Red Green Blue C M Y K H S L
Decimal 119 87 65 0 0.27 0.45 0.53 24.44 0.29 0.36
Hex 77 57 41 0 1B 2D 35 18 1D 24
Octal 167 127 101 0 33 55 65 30 35 44
Binary 1110111 1010111 1000001 0 11011 101101 110101 11000 11101 100100

Color Harmonies of #775741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775741

Black with #775741

Text Example


Text Example

White with #775741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775741; }

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

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

background-color css

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

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

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

border-color css

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

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

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