Html Css Color HEX #76553D Old Copper

📋 copy color: '#76553D'

red 118 ◦ green 85 ◦ blue 61

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

Shades of Old Copper #76553D

Tints of Old Copper #76553D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 23.11%

R = 44.7%
G = 32.2%
B = 23.11%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.48

 K value IS 0.54

RGB Variations

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

Color information

#76553D (or 0x76553D) is known color: Old Copper. HEX triplet: 76, 55 and 3D. RGB value is (118,85,61). Sum of RGB (Red+Green+Blue) = 118+85+61=264 (34% of max value = 765). Red value is 118 (46.48% from 255 or 44.70% from 264); Green value is 85 (33.59% from 255 or 32.20% from 264); Blue value is 61 (24.22% from 255 or 23.11% from 264); Max value from RGB is 118 - color contains mainly: red. Hex color #76553D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76553D is #89AAC2. Grayscale: #5C5C5C. Windows color (decimal): -9022147 or 4019574. OLE color: 4019574.

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

Color convert

RGB 118 85 61 -
CMYK 0 0.28 0.48 0.54
HSL 25.26º 0.32% 0.35% -
HSV(B) 25.26º 0.48% 0.46% -
XYZ 11.56 10.69 5.87 -
YUV 92.13 110.43 146.45 -
System Red Green Blue C M Y K H S L
Decimal 118 85 61 0 0.28 0.48 0.54 25.26 0.32 0.35
Hex 76 55 3D 0 1C 30 36 19 20 23
Octal 166 125 75 0 34 60 66 31 40 43
Binary 1110110 1010101 111101 0 11100 110000 110110 11001 100000 100011

Color Harmonies of #76553D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76553D

Black with #76553D

Text Example


Text Example

White with #76553D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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