Html Css Color HEX #754C3C Old Copper

📋 copy color: '#754C3C'

red 117 ◦ green 76 ◦ blue 60

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

Shades of Old Copper #754C3C

Tints of Old Copper #754C3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 23.72%

R = 46.25%
G = 30.04%
B = 23.72%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.49

 K value IS 0.54

RGB Variations

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

Color information

#754C3C (or 0x754C3C) is known color: Old Copper. HEX triplet: 75, 4C and 3C. RGB value is (117,76,60). Sum of RGB (Red+Green+Blue) = 117+76+60=253 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.25% from 253); Green value is 76 (30.08% from 255 or 30.04% from 253); Blue value is 60 (23.83% from 255 or 23.72% from 253); Max value from RGB is 117 - color contains mainly: red. Hex color #754C3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754C3C is #8AB3C3. Grayscale: #565656. Windows color (decimal): -9089988 or 3951733. OLE color: 3951733.

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

Color convert

RGB 117 76 60 -
CMYK 0 0.35 0.49 0.54
HSL 16.84º 0.32% 0.35% -
HSV(B) 16.84º 0.49% 0.46% -
XYZ 10.74 9.28 5.5 -
YUV 86.44 113.08 149.8 -
System Red Green Blue C M Y K H S L
Decimal 117 76 60 0 0.35 0.49 0.54 16.84 0.32 0.35
Hex 75 4C 3C 0 23 31 36 11 20 23
Octal 165 114 74 0 43 61 66 21 40 43
Binary 1110101 1001100 111100 0 100011 110001 110110 10001 100000 100011

Color Harmonies of #754C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754C3C

Black with #754C3C

Text Example


Text Example

White with #754C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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