Html Css Color HEX #775343 Old Copper

📋 copy color: '#775343'

red 119 ◦ green 83 ◦ blue 67

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

Shades of Old Copper #775343

Tints of Old Copper #775343

RGB

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

 GREEN value IS 83 (32.81% from 255) = 30.86%

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

R = 44.24%
G = 30.86%
B = 24.91%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.44

 K value IS 0.53

RGB Variations

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

Color information

#775343 (or 0x775343) is known color: Old Copper. HEX triplet: 77, 53 and 43. RGB value is (119,83,67). Sum of RGB (Red+Green+Blue) = 119+83+67=269 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.24% from 269); Green value is 83 (32.81% from 255 or 30.86% from 269); Blue value is 67 (26.56% from 255 or 24.91% from 269); Max value from RGB is 119 - color contains mainly: red. Hex color #775343 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775343 is #88ACBC. Grayscale: #5C5C5C. Windows color (decimal): -8957117 or 4412279. OLE color: 4412279.

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

Color convert

RGB 119 83 67 -
CMYK 0 0.30 0.44 0.53
HSL 18.46º 0.28% 0.36% -
HSV(B) 18.46º 0.44% 0.47% -
XYZ 11.71 10.51 6.72 -
YUV 91.94 113.93 147.3 -
System Red Green Blue C M Y K H S L
Decimal 119 83 67 0 0.30 0.44 0.53 18.46 0.28 0.36
Hex 77 53 43 0 1E 2C 35 12 1C 24
Octal 167 123 103 0 36 54 65 22 34 44
Binary 1110111 1010011 1000011 0 11110 101100 110101 10010 11100 100100

Color Harmonies of #775343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775343

Black with #775343

Text Example


Text Example

White with #775343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775343; }

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

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

background-color css

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

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

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

border-color css

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

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

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