Html Css Color HEX #755641 Old Copper

📋 copy color: '#755641'

red 117 ◦ green 86 ◦ blue 65

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

Shades of Old Copper #755641

Tints of Old Copper #755641

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 24.25%

R = 43.66%
G = 32.09%
B = 24.25%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.44

 K value IS 0.54

RGB Variations

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

Color information

#755641 (or 0x755641) is known color: Old Copper. HEX triplet: 75, 56 and 41. RGB value is (117,86,65). Sum of RGB (Red+Green+Blue) = 117+86+65=268 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.66% from 268); Green value is 86 (33.98% from 255 or 32.09% from 268); Blue value is 65 (25.78% from 255 or 24.25% from 268); Max value from RGB is 117 - color contains mainly: red. Hex color #755641 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755641 is #8AA9BE. Grayscale: #5C5C5C. Windows color (decimal): -9087423 or 4281973. OLE color: 4281973.

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

Color convert

RGB 117 86 65 -
CMYK 0 0.26 0.44 0.54
HSL 24.23º 0.29% 0.36% -
HSV(B) 24.23º 0.44% 0.46% -
XYZ 11.62 10.82 6.48 -
YUV 92.88 112.27 145.21 -
System Red Green Blue C M Y K H S L
Decimal 117 86 65 0 0.26 0.44 0.54 24.23 0.29 0.36
Hex 75 56 41 0 1A 2C 36 18 1D 24
Octal 165 126 101 0 32 54 66 30 35 44
Binary 1110101 1010110 1000001 0 11010 101100 110110 11000 11101 100100

Color Harmonies of #755641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755641

Black with #755641

Text Example


Text Example

White with #755641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755641; }

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

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

background-color css

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

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

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

border-color css

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

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

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