Html Css Color HEX #775842 Old Copper

📋 copy color: '#775842'

red 119 ◦ green 88 ◦ blue 66

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

Shades of Old Copper #775842

Tints of Old Copper #775842

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 24.18%

R = 43.59%
G = 32.23%
B = 24.18%

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

#775842 (or 0x775842) is known color: Old Copper. HEX triplet: 77, 58 and 42. RGB value is (119,88,66). Sum of RGB (Red+Green+Blue) = 119+88+66=273 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.59% from 273); Green value is 88 (34.77% from 255 or 32.23% from 273); Blue value is 66 (26.17% from 255 or 24.18% from 273); Max value from RGB is 119 - color contains mainly: red. Hex color #775842 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775842 is #88A7BD. Grayscale: #5E5E5E. Windows color (decimal): -8955838 or 4348023. OLE color: 4348023.

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

Color convert

RGB 119 88 66 -
CMYK 0 0.26 0.45 0.53
HSL 24.91º 0.29% 0.36% -
HSV(B) 24.91º 0.45% 0.47% -
XYZ 12.08 11.29 6.7 -
YUV 94.76 111.77 145.29 -
System Red Green Blue C M Y K H S L
Decimal 119 88 66 0 0.26 0.45 0.53 24.91 0.29 0.36
Hex 77 58 42 0 1A 2D 35 19 1D 24
Octal 167 130 102 0 32 55 65 31 35 44
Binary 1110111 1011000 1000010 0 11010 101101 110101 11001 11101 100100

Color Harmonies of #775842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775842

Black with #775842

Text Example


Text Example

White with #775842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775842; }

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

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

background-color css

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

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

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

border-color css

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

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

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