Html Css Color HEX #76553F Old Copper

📋 copy color: '#76553F'

red 118 ◦ green 85 ◦ blue 63

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

Shades of Old Copper #76553F

Tints of Old Copper #76553F

RGB

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

 GREEN value IS 85 (33.59% from 255) = 31.95%

 BLUE value IS 63 (25% from 255) = 23.68%

R = 44.36%
G = 31.95%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.47

 K value IS 0.54

RGB Variations

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

Color information

#76553F (or 0x76553F) is known color: Old Copper. HEX triplet: 76, 55 and 3F. RGB value is (118,85,63). Sum of RGB (Red+Green+Blue) = 118+85+63=266 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.36% from 266); Green value is 85 (33.59% from 255 or 31.95% from 266); Blue value is 63 (25% from 255 or 23.68% from 266); Max value from RGB is 118 - color contains mainly: red. Hex color #76553F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76553F is #89AAC0. Grayscale: #5C5C5C. Windows color (decimal): -9022145 or 4150646. OLE color: 4150646.

HSL color Cylindrical-coordinate representation of color #76553F: hue angle of 24º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #76553F is Cyan = 0, Magento = 0.28, Yellow = 0.47 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 85 63 -
CMYK 0 0.28 0.47 0.54
HSL 24º 0.3% 0.35% -
HSV(B) 24º 0.47% 0.46% -
XYZ 11.62 10.71 6.16 -
YUV 92.36 111.43 146.29 -
System Red Green Blue C M Y K H S L
Decimal 118 85 63 0 0.28 0.47 0.54 24 0.3 0.35
Hex 76 55 3F 0 1C 2F 36 18 1E 23
Octal 166 125 77 0 34 57 66 30 36 43
Binary 1110110 1010101 111111 0 11100 101111 110110 11000 11110 100011

Color Harmonies of #76553F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76553F

Black with #76553F

Text Example


Text Example

White with #76553F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76553F; }

 p { color: rgb(118,85,63); }

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

background-color css

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

 a { background-color: rgb(118,85,63); }

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

border-color css

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

 span { border-color: rgb(118,85,63); }

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