Html Css Color HEX #76523C Old Copper

📋 copy color: '#76523C'

red 118 ◦ green 82 ◦ blue 60

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

Shades of Old Copper #76523C

Tints of Old Copper #76523C

RGB

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

 GREEN value IS 82 (32.42% from 255) = 31.54%

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

R = 45.38%
G = 31.54%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.49

 K value IS 0.54

RGB Variations

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

Color information

#76523C (or 0x76523C) is known color: Old Copper. HEX triplet: 76, 52 and 3C. RGB value is (118,82,60). Sum of RGB (Red+Green+Blue) = 118+82+60=260 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.38% from 260); Green value is 82 (32.42% from 255 or 31.54% from 260); Blue value is 60 (23.83% from 255 or 23.08% from 260); Max value from RGB is 118 - color contains mainly: red. Hex color #76523C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76523C is #89ADC3. Grayscale: #5A5A5A. Windows color (decimal): -9022916 or 3953270. OLE color: 3953270.

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

Color convert

RGB 118 82 60 -
CMYK 0 0.31 0.49 0.54
HSL 22.76º 0.33% 0.35% -
HSV(B) 22.76º 0.49% 0.46% -
XYZ 11.3 10.21 5.65 -
YUV 90.26 110.93 147.79 -
System Red Green Blue C M Y K H S L
Decimal 118 82 60 0 0.31 0.49 0.54 22.76 0.33 0.35
Hex 76 52 3C 0 1F 31 36 17 21 23
Octal 166 122 74 0 37 61 66 27 41 43
Binary 1110110 1010010 111100 0 11111 110001 110110 10111 100001 100011

Color Harmonies of #76523C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76523C

Black with #76523C

Text Example


Text Example

White with #76523C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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