Html Css Color HEX #755032 Old Copper

📋 copy color: '#755032'

red 117 ◦ green 80 ◦ blue 50

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

Shades of Old Copper #755032

Tints of Old Copper #755032

RGB

 RED value IS 117 (46.09% from 255) = 47.37%

 GREEN value IS 80 (31.64% from 255) = 32.39%

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

R = 47.37%
G = 32.39%
B = 20.24%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.57

 K value IS 0.54

RGB Variations

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

Color information

#755032 (or 0x755032) is known color: Old Copper. HEX triplet: 75, 50 and 32. RGB value is (117,80,50). Sum of RGB (Red+Green+Blue) = 117+80+50=247 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.37% from 247); Green value is 80 (31.64% from 255 or 32.39% from 247); Blue value is 50 (19.92% from 255 or 20.24% from 247); Max value from RGB is 117 - color contains mainly: red. Hex color #755032 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755032 is #8AAFCD. Grayscale: #575757. Windows color (decimal): -9088974 or 3297397. OLE color: 3297397.

HSL color Cylindrical-coordinate representation of color #755032: 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 #755032 is Cyan = 0, Magento = 0.32, Yellow = 0.57 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 80 50 -
CMYK 0 0.32 0.57 0.54
HSL 26.87º 0.4% 0.33% -
HSV(B) 26.87º 0.57% 0.46% -
XYZ 10.78 9.75 4.33 -
YUV 87.64 106.76 148.94 -
System Red Green Blue C M Y K H S L
Decimal 117 80 50 0 0.32 0.57 0.54 26.87 0.4 0.33
Hex 75 50 32 0 20 39 36 1B 28 21
Octal 165 120 62 0 40 71 66 33 50 41
Binary 1110101 1010000 110010 0 100000 111001 110110 11011 101000 100001

Color Harmonies of #755032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755032

Black with #755032

Text Example


Text Example

White with #755032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755032; }

 p { color: rgb(117,80,50); }

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

background-color css

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

 a { background-color: rgb(117,80,50); }

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

border-color css

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

 span { border-color: rgb(117,80,50); }

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