Html Css Color HEX #755644 Old Copper

📋 copy color: '#755644'

red 117 ◦ green 86 ◦ blue 68

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

Shades of Old Copper #755644

Tints of Old Copper #755644

RGB

 RED value IS 117 (46.09% from 255) = 43.17%

 GREEN value IS 86 (33.98% from 255) = 31.73%

 BLUE value IS 68 (26.95% from 255) = 25.09%

R = 43.17%
G = 31.73%
B = 25.09%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.42

 K value IS 0.54

RGB Variations

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

Color information

#755644 (or 0x755644) is known color: Old Copper. HEX triplet: 75, 56 and 44. RGB value is (117,86,68). Sum of RGB (Red+Green+Blue) = 117+86+68=271 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.17% from 271); Green value is 86 (33.98% from 255 or 31.73% from 271); Blue value is 68 (26.95% from 255 or 25.09% from 271); Max value from RGB is 117 - color contains mainly: red. Hex color #755644 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755644 is #8AA9BB. Grayscale: #5D5D5D. Windows color (decimal): -9087420 or 4478581. OLE color: 4478581.

HSL color Cylindrical-coordinate representation of color #755644: hue angle of 22.04º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #755644 is Cyan = 0, Magento = 0.26, Yellow = 0.42 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 86 68 -
CMYK 0 0.26 0.42 0.54
HSL 22.04º 0.26% 0.36% -
HSV(B) 22.04º 0.42% 0.46% -
XYZ 11.71 10.85 6.95 -
YUV 93.22 113.77 144.96 -
System Red Green Blue C M Y K H S L
Decimal 117 86 68 0 0.26 0.42 0.54 22.04 0.26 0.36
Hex 75 56 44 0 1A 2A 36 16 1A 24
Octal 165 126 104 0 32 52 66 26 32 44
Binary 1110101 1010110 1000100 0 11010 101010 110110 10110 11010 100100

Color Harmonies of #755644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755644

Black with #755644

Text Example


Text Example

White with #755644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755644; }

 p { color: rgb(117,86,68); }

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

background-color css

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

 a { background-color: rgb(117,86,68); }

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

border-color css

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

 span { border-color: rgb(117,86,68); }

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