Html Css Color HEX #775242 Old Copper

📋 copy color: '#775242'

red 119 ◦ green 82 ◦ blue 66

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

Shades of Old Copper #775242

Tints of Old Copper #775242

RGB

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

 GREEN value IS 82 (32.42% from 255) = 30.71%

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

R = 44.57%
G = 30.71%
B = 24.72%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.45

 K value IS 0.53

RGB Variations

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

Color information

#775242 (or 0x775242) is known color: Old Copper. HEX triplet: 77, 52 and 42. RGB value is (119,82,66). Sum of RGB (Red+Green+Blue) = 119+82+66=267 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.57% from 267); Green value is 82 (32.42% from 255 or 30.71% from 267); Blue value is 66 (26.17% from 255 or 24.72% from 267); Max value from RGB is 119 - color contains mainly: red. Hex color #775242 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775242 is #88ADBD. Grayscale: #5B5B5B. Windows color (decimal): -8957374 or 4346487. OLE color: 4346487.

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

Color convert

RGB 119 82 66 -
CMYK 0 0.31 0.45 0.53
HSL 18.11º 0.29% 0.36% -
HSV(B) 18.11º 0.45% 0.47% -
XYZ 11.61 10.35 6.54 -
YUV 91.24 113.76 147.8 -
System Red Green Blue C M Y K H S L
Decimal 119 82 66 0 0.31 0.45 0.53 18.11 0.29 0.36
Hex 77 52 42 0 1F 2D 35 12 1D 24
Octal 167 122 102 0 37 55 65 22 35 44
Binary 1110111 1010010 1000010 0 11111 101101 110101 10010 11101 100100

Color Harmonies of #775242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775242

Black with #775242

Text Example


Text Example

White with #775242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775242; }

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

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

background-color css

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

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

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

border-color css

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

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

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