Html Css Color HEX #775142 Old Copper

📋 copy color: '#775142'

red 119 ◦ green 81 ◦ blue 66

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

Shades of Old Copper #775142

Tints of Old Copper #775142

RGB

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

 GREEN value IS 81 (32.03% from 255) = 30.45%

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

R = 44.74%
G = 30.45%
B = 24.81%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.45

 K value IS 0.53

RGB Variations

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

Color information

#775142 (or 0x775142) is known color: Old Copper. HEX triplet: 77, 51 and 42. RGB value is (119,81,66). Sum of RGB (Red+Green+Blue) = 119+81+66=266 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.74% from 266); Green value is 81 (32.03% from 255 or 30.45% from 266); Blue value is 66 (26.17% from 255 or 24.81% from 266); Max value from RGB is 119 - color contains mainly: red. Hex color #775142 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775142 is #88AEBD. Grayscale: #5A5A5A. Windows color (decimal): -8957630 or 4346231. OLE color: 4346231.

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

Color convert

RGB 119 81 66 -
CMYK 0 0.32 0.45 0.53
HSL 16.98º 0.29% 0.36% -
HSV(B) 16.98º 0.45% 0.47% -
XYZ 11.53 10.2 6.52 -
YUV 90.65 114.09 148.22 -
System Red Green Blue C M Y K H S L
Decimal 119 81 66 0 0.32 0.45 0.53 16.98 0.29 0.36
Hex 77 51 42 0 20 2D 35 11 1D 24
Octal 167 121 102 0 40 55 65 21 35 44
Binary 1110111 1010001 1000010 0 100000 101101 110101 10001 11101 100100

Color Harmonies of #775142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775142

Black with #775142

Text Example


Text Example

White with #775142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775142; }

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

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

background-color css

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

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

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

border-color css

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

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

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