Html Css Color HEX #765132 Old Copper

📋 copy color: '#765132'

red 118 ◦ green 81 ◦ blue 50

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

Shades of Old Copper #765132

Tints of Old Copper #765132

RGB

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

 GREEN value IS 81 (32.03% from 255) = 32.53%

 BLUE value IS 50 (19.92% from 255) = 20.08%

R = 47.39%
G = 32.53%
B = 20.08%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.58

 K value IS 0.54

RGB Variations

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

Color information

#765132 (or 0x765132) is known color: Old Copper. HEX triplet: 76, 51 and 32. RGB value is (118,81,50). Sum of RGB (Red+Green+Blue) = 118+81+50=249 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.39% from 249); Green value is 81 (32.03% from 255 or 32.53% from 249); Blue value is 50 (19.92% from 255 or 20.08% from 249); Max value from RGB is 118 - color contains mainly: red. Hex color #765132 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765132 is #89AECD. Grayscale: #585858. Windows color (decimal): -9023182 or 3297654. OLE color: 3297654.

HSL color Cylindrical-coordinate representation of color #765132: hue angle of 27.35º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #765132 is Cyan = 0, Magento = 0.31, Yellow = 0.58 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 81 50 -
CMYK 0 0.31 0.58 0.54
HSL 27.35º 0.4% 0.33% -
HSV(B) 27.35º 0.58% 0.46% -
XYZ 10.99 9.97 4.36 -
YUV 88.53 106.26 149.02 -
System Red Green Blue C M Y K H S L
Decimal 118 81 50 0 0.31 0.58 0.54 27.35 0.4 0.33
Hex 76 51 32 0 1F 3A 36 1B 28 21
Octal 166 121 62 0 37 72 66 33 50 41
Binary 1110110 1010001 110010 0 11111 111010 110110 11011 101000 100001

Color Harmonies of #765132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765132

Black with #765132

Text Example


Text Example

White with #765132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765132; }

 p { color: rgb(118,81,50); }

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

background-color css

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

 a { background-color: rgb(118,81,50); }

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

border-color css

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

 span { border-color: rgb(118,81,50); }

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