Html Css Color HEX #765133 Old Copper

📋 copy color: '#765133'

red 118 ◦ green 81 ◦ blue 51

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

Shades of Old Copper #765133

Tints of Old Copper #765133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 20.4%

R = 47.2%
G = 32.4%
B = 20.4%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.57

 K value IS 0.54

RGB Variations

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

Color information

#765133 (or 0x765133) is known color: Old Copper. HEX triplet: 76, 51 and 33. RGB value is (118,81,51). Sum of RGB (Red+Green+Blue) = 118+81+51=250 (33% of max value = 765). Red value is 118 (46.48% from 255 or 47.2% from 250); Green value is 81 (32.03% from 255 or 32.4% from 250); Blue value is 51 (20.31% from 255 or 20.4% from 250); Max value from RGB is 118 - color contains mainly: red. Hex color #765133 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765133 is #89AECC. Grayscale: #585858. Windows color (decimal): -9023181 or 3363190. OLE color: 3363190.

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

Color convert

RGB 118 81 51 -
CMYK 0 0.31 0.57 0.54
HSL 26.87º 0.4% 0.33% -
HSV(B) 26.87º 0.57% 0.46% -
XYZ 11.01 9.98 4.48 -
YUV 88.64 106.76 148.94 -
System Red Green Blue C M Y K H S L
Decimal 118 81 51 0 0.31 0.57 0.54 26.87 0.4 0.33
Hex 76 51 33 0 1F 39 36 1B 28 21
Octal 166 121 63 0 37 71 66 33 50 41
Binary 1110110 1010001 110011 0 11111 111001 110110 11011 101000 100001

Color Harmonies of #765133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765133

Black with #765133

Text Example


Text Example

White with #765133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765133; }

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

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

background-color css

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

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

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

border-color css

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

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

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