Html Css Color HEX #775841 Old Copper

📋 copy color: '#775841'

red 119 ◦ green 88 ◦ blue 65

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

Shades of Old Copper #775841

Tints of Old Copper #775841

RGB

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

 GREEN value IS 88 (34.77% from 255) = 32.35%

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

R = 43.75%
G = 32.35%
B = 23.9%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.45

 K value IS 0.53

RGB Variations

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

Color information

#775841 (or 0x775841) is known color: Old Copper. HEX triplet: 77, 58 and 41. RGB value is (119,88,65). Sum of RGB (Red+Green+Blue) = 119+88+65=272 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.75% from 272); Green value is 88 (34.77% from 255 or 32.35% from 272); Blue value is 65 (25.78% from 255 or 23.90% from 272); Max value from RGB is 119 - color contains mainly: red. Hex color #775841 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775841 is #88A7BE. Grayscale: #5E5E5E. Windows color (decimal): -8955839 or 4282487. OLE color: 4282487.

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

Color convert

RGB 119 88 65 -
CMYK 0 0.26 0.45 0.53
HSL 25.56º 0.29% 0.36% -
HSV(B) 25.56º 0.45% 0.47% -
XYZ 12.05 11.28 6.54 -
YUV 94.65 111.27 145.37 -
System Red Green Blue C M Y K H S L
Decimal 119 88 65 0 0.26 0.45 0.53 25.56 0.29 0.36
Hex 77 58 41 0 1A 2D 35 1A 1D 24
Octal 167 130 101 0 32 55 65 32 35 44
Binary 1110111 1011000 1000001 0 11010 101101 110101 11010 11101 100100

Color Harmonies of #775841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775841

Black with #775841

Text Example


Text Example

White with #775841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775841; }

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

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

background-color css

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

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

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

border-color css

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

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

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