Html Css Color HEX #755344 Old Copper

📋 copy color: '#755344'

red 117 ◦ green 83 ◦ blue 68

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

Shades of Old Copper #755344

Tints of Old Copper #755344

RGB

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

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

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

R = 43.66%
G = 30.97%
B = 25.37%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.42

 K value IS 0.54

RGB Variations

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

Color information

#755344 (or 0x755344) is known color: Old Copper. HEX triplet: 75, 53 and 44. RGB value is (117,83,68). Sum of RGB (Red+Green+Blue) = 117+83+68=268 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.66% from 268); Green value is 83 (32.81% from 255 or 30.97% from 268); Blue value is 68 (26.95% from 255 or 25.37% from 268); Max value from RGB is 117 - color contains mainly: red. Hex color #755344 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755344 is #8AACBB. Grayscale: #5B5B5B. Windows color (decimal): -9088188 or 4477813. OLE color: 4477813.

HSL color Cylindrical-coordinate representation of color #755344: hue angle of 18.37º 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 #755344 is Cyan = 0, Magento = 0.29, Yellow = 0.42 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 83 68 -
CMYK 0 0.29 0.42 0.54
HSL 18.37º 0.26% 0.36% -
HSV(B) 18.37º 0.42% 0.46% -
XYZ 11.47 10.39 6.87 -
YUV 91.46 114.76 146.22 -
System Red Green Blue C M Y K H S L
Decimal 117 83 68 0 0.29 0.42 0.54 18.37 0.26 0.36
Hex 75 53 44 0 1D 2A 36 12 1A 24
Octal 165 123 104 0 35 52 66 22 32 44
Binary 1110101 1010011 1000100 0 11101 101010 110110 10010 11010 100100

Color Harmonies of #755344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755344

Black with #755344

Text Example


Text Example

White with #755344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755344; }

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

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

background-color css

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

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

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

border-color css

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

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

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