Html Css Color HEX #775345 Old Copper

📋 copy color: '#775345'

red 119 ◦ green 83 ◦ blue 69

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

Shades of Old Copper #775345

Tints of Old Copper #775345

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 25.46%

R = 43.91%
G = 30.63%
B = 25.46%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.42

 K value IS 0.53

RGB Variations

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

Color information

#775345 (or 0x775345) is known color: Old Copper. HEX triplet: 77, 53 and 45. RGB value is (119,83,69). Sum of RGB (Red+Green+Blue) = 119+83+69=271 (35% of max value = 765). Red value is 119 (46.88% from 255 or 43.91% from 271); Green value is 83 (32.81% from 255 or 30.63% from 271); Blue value is 69 (27.34% from 255 or 25.46% from 271); Max value from RGB is 119 - color contains mainly: red. Hex color #775345 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775345 is #88ACBA. Grayscale: #5C5C5C. Windows color (decimal): -8957115 or 4543351. OLE color: 4543351.

HSL color Cylindrical-coordinate representation of color #775345: hue angle of 16.8º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #775345 is Cyan = 0, Magento = 0.30, Yellow = 0.42 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 83 69 -
CMYK 0 0.30 0.42 0.53
HSL 16.8º 0.27% 0.37% -
HSV(B) 16.8º 0.42% 0.47% -
XYZ 11.78 10.54 7.04 -
YUV 92.17 114.93 147.14 -
System Red Green Blue C M Y K H S L
Decimal 119 83 69 0 0.30 0.42 0.53 16.8 0.27 0.37
Hex 77 53 45 0 1E 2A 35 11 1B 25
Octal 167 123 105 0 36 52 65 21 33 45
Binary 1110111 1010011 1000101 0 11110 101010 110101 10001 11011 100101

Color Harmonies of #775345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775345

Black with #775345

Text Example


Text Example

White with #775345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775345; }

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

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

background-color css

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

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

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

border-color css

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

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

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