Html Css Color HEX #755645 Old Copper

📋 copy color: '#755645'

red 117 ◦ green 86 ◦ blue 69

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

Shades of Old Copper #755645

Tints of Old Copper #755645

RGB

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

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

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

R = 43.01%
G = 31.62%
B = 25.37%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.41

 K value IS 0.54

RGB Variations

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

Color information

#755645 (or 0x755645) is known color: Old Copper. HEX triplet: 75, 56 and 45. RGB value is (117,86,69). Sum of RGB (Red+Green+Blue) = 117+86+69=272 (36% of max value = 765). Red value is 117 (46.09% from 255 or 43.01% from 272); Green value is 86 (33.98% from 255 or 31.62% from 272); Blue value is 69 (27.34% from 255 or 25.37% from 272); Max value from RGB is 117 - color contains mainly: red. Hex color #755645 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755645 is #8AA9BA. Grayscale: #5D5D5D. Windows color (decimal): -9087419 or 4544117. OLE color: 4544117.

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

Color convert

RGB 117 86 69 -
CMYK 0 0.26 0.41 0.54
HSL 21.25º 0.26% 0.36% -
HSV(B) 21.25º 0.41% 0.46% -
XYZ 11.74 10.87 7.11 -
YUV 93.33 114.27 144.88 -
System Red Green Blue C M Y K H S L
Decimal 117 86 69 0 0.26 0.41 0.54 21.25 0.26 0.36
Hex 75 56 45 0 1A 29 36 15 1A 24
Octal 165 126 105 0 32 51 66 25 32 44
Binary 1110101 1010110 1000101 0 11010 101001 110110 10101 11010 100100

Color Harmonies of #755645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755645

Black with #755645

Text Example


Text Example

White with #755645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755645; }

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

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

background-color css

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

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

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

border-color css

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

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

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