Html Css Color HEX #754C37 Old Copper

📋 copy color: '#754C37'

red 117 ◦ green 76 ◦ blue 55

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

Shades of Old Copper #754C37

Tints of Old Copper #754C37

RGB

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

 GREEN value IS 76 (30.08% from 255) = 30.65%

 BLUE value IS 55 (21.88% from 255) = 22.18%

R = 47.18%
G = 30.65%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.53

 K value IS 0.54

RGB Variations

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

Color information

#754C37 (or 0x754C37) is known color: Old Copper. HEX triplet: 75, 4C and 37. RGB value is (117,76,55). Sum of RGB (Red+Green+Blue) = 117+76+55=248 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.18% from 248); Green value is 76 (30.08% from 255 or 30.65% from 248); Blue value is 55 (21.88% from 255 or 22.18% from 248); Max value from RGB is 117 - color contains mainly: red. Hex color #754C37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754C37 is #8AB3C8. Grayscale: #555555. Windows color (decimal): -9089993 or 3624053. OLE color: 3624053.

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

Color convert

RGB 117 76 55 -
CMYK 0 0.35 0.53 0.54
HSL 20.32º 0.36% 0.34% -
HSV(B) 20.32º 0.53% 0.46% -
XYZ 10.61 9.23 4.84 -
YUV 85.87 110.58 150.21 -
System Red Green Blue C M Y K H S L
Decimal 117 76 55 0 0.35 0.53 0.54 20.32 0.36 0.34
Hex 75 4C 37 0 23 35 36 14 24 22
Octal 165 114 67 0 43 65 66 24 44 42
Binary 1110101 1001100 110111 0 100011 110101 110110 10100 100100 100010

Color Harmonies of #754C37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754C37

Black with #754C37

Text Example


Text Example

White with #754C37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754C37; }

 p { color: rgb(117,76,55); }

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

background-color css

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

 a { background-color: rgb(117,76,55); }

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

border-color css

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

 span { border-color: rgb(117,76,55); }

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