Html Css Color HEX #76563C Old Copper

📋 copy color: '#76563C'

red 118 ◦ green 86 ◦ blue 60

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

Shades of Old Copper #76563C

Tints of Old Copper #76563C

RGB

 RED value IS 118 (46.48% from 255) = 44.7%

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

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

R = 44.7%
G = 32.58%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.49

 K value IS 0.54

RGB Variations

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

Color information

#76563C (or 0x76563C) is known color: Old Copper. HEX triplet: 76, 56 and 3C. RGB value is (118,86,60). Sum of RGB (Red+Green+Blue) = 118+86+60=264 (34% of max value = 765). Red value is 118 (46.48% from 255 or 44.70% from 264); Green value is 86 (33.98% from 255 or 32.58% from 264); Blue value is 60 (23.83% from 255 or 22.73% from 264); Max value from RGB is 118 - color contains mainly: red. Hex color #76563C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76563C is #89A9C3. Grayscale: #5C5C5C. Windows color (decimal): -9021892 or 3954294. OLE color: 3954294.

HSL color Cylindrical-coordinate representation of color #76563C: hue angle of 26.9º degrees, saturation: 0.33, 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 #76563C is Cyan = 0, Magento = 0.27, Yellow = 0.49 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 86 60 -
CMYK 0 0.27 0.49 0.54
HSL 26.9º 0.33% 0.35% -
HSV(B) 26.9º 0.49% 0.46% -
XYZ 11.61 10.83 5.75 -
YUV 92.6 109.6 146.11 -
System Red Green Blue C M Y K H S L
Decimal 118 86 60 0 0.27 0.49 0.54 26.9 0.33 0.35
Hex 76 56 3C 0 1B 31 36 1B 21 23
Octal 166 126 74 0 33 61 66 33 41 43
Binary 1110110 1010110 111100 0 11011 110001 110110 11011 100001 100011

Color Harmonies of #76563C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76563C

Black with #76563C

Text Example


Text Example

White with #76563C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76563C; }

 p { color: rgb(118,86,60); }

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

background-color css

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

 a { background-color: rgb(118,86,60); }

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

border-color css

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

 span { border-color: rgb(118,86,60); }

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