Html Css Color HEX #775243 Old Copper

📋 copy color: '#775243'

red 119 ◦ green 82 ◦ blue 67

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

Shades of Old Copper #775243

Tints of Old Copper #775243

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 25%

R = 44.4%
G = 30.6%
B = 25%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.44

 K value IS 0.53

RGB Variations

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

Color information

#775243 (or 0x775243) is known color: Old Copper. HEX triplet: 77, 52 and 43. RGB value is (119,82,67). Sum of RGB (Red+Green+Blue) = 119+82+67=268 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.40% from 268); Green value is 82 (32.42% from 255 or 30.60% from 268); Blue value is 67 (26.56% from 255 or 25% from 268); Max value from RGB is 119 - color contains mainly: red. Hex color #775243 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775243 is #88ADBC. Grayscale: #5B5B5B. Windows color (decimal): -8957373 or 4412023. OLE color: 4412023.

HSL color Cylindrical-coordinate representation of color #775243: hue angle of 17.31º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #775243 is Cyan = 0, Magento = 0.31, Yellow = 0.44 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 82 67 -
CMYK 0 0.31 0.44 0.53
HSL 17.31º 0.28% 0.36% -
HSV(B) 17.31º 0.44% 0.47% -
XYZ 11.64 10.36 6.7 -
YUV 91.35 114.26 147.72 -
System Red Green Blue C M Y K H S L
Decimal 119 82 67 0 0.31 0.44 0.53 17.31 0.28 0.36
Hex 77 52 43 0 1F 2C 35 11 1C 24
Octal 167 122 103 0 37 54 65 21 34 44
Binary 1110111 1010010 1000011 0 11111 101100 110101 10001 11100 100100

Color Harmonies of #775243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775243

Black with #775243

Text Example


Text Example

White with #775243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775243; }

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

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

background-color css

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

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

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

border-color css

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

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

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