Html Css Color HEX #76533E Old Copper

📋 copy color: '#76533E'

red 118 ◦ green 83 ◦ blue 62

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

Shades of Old Copper #76533E

Tints of Old Copper #76533E

RGB

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

 GREEN value IS 83 (32.81% from 255) = 31.56%

 BLUE value IS 62 (24.61% from 255) = 23.57%

R = 44.87%
G = 31.56%
B = 23.57%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.47

 K value IS 0.54

RGB Variations

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

Color information

#76533E (or 0x76533E) is known color: Old Copper. HEX triplet: 76, 53 and 3E. RGB value is (118,83,62). Sum of RGB (Red+Green+Blue) = 118+83+62=263 (34% of max value = 765). Red value is 118 (46.48% from 255 or 44.87% from 263); Green value is 83 (32.81% from 255 or 31.56% from 263); Blue value is 62 (24.61% from 255 or 23.57% from 263); Max value from RGB is 118 - color contains mainly: red. Hex color #76533E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76533E is #89ACC1. Grayscale: #5B5B5B. Windows color (decimal): -9022658 or 4084598. OLE color: 4084598.

HSL color Cylindrical-coordinate representation of color #76533E: hue angle of 22.5º degrees, saturation: 0.31, 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 #76533E is Cyan = 0, Magento = 0.30, Yellow = 0.47 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 83 62 -
CMYK 0 0.30 0.47 0.54
HSL 22.5º 0.31% 0.35% -
HSV(B) 22.5º 0.47% 0.46% -
XYZ 11.43 10.39 5.96 -
YUV 91.07 111.6 147.21 -
System Red Green Blue C M Y K H S L
Decimal 118 83 62 0 0.30 0.47 0.54 22.5 0.31 0.35
Hex 76 53 3E 0 1E 2F 36 16 1F 23
Octal 166 123 76 0 36 57 66 26 37 43
Binary 1110110 1010011 111110 0 11110 101111 110110 10110 11111 100011

Color Harmonies of #76533E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76533E

Black with #76533E

Text Example


Text Example

White with #76533E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76533E; }

 p { color: rgb(118,83,62); }

 H1.HeaderClassName
 {
   color: #76533E;
 }
 .AnyTagClassName
 {
   color: #76533E;
 }
</style>

background-color css

<style>
 a { background-color: #76533E; }

 a { background-color: rgb(118,83,62); }

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

border-color css

<style>
 span { border-color: #76533E; }

 span { border-color: rgb(118,83,62); }

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