Html Css Color HEX #755043 Old Copper

📋 copy color: '#755043'

red 117 ◦ green 80 ◦ blue 67

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

Shades of Old Copper #755043

Tints of Old Copper #755043

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 25.38%

R = 44.32%
G = 30.3%
B = 25.38%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.43

 K value IS 0.54

RGB Variations

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

Color information

#755043 (or 0x755043) is known color: Old Copper. HEX triplet: 75, 50 and 43. RGB value is (117,80,67). Sum of RGB (Red+Green+Blue) = 117+80+67=264 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.32% from 264); Green value is 80 (31.64% from 255 or 30.30% from 264); Blue value is 67 (26.56% from 255 or 25.38% from 264); Max value from RGB is 117 - color contains mainly: red. Hex color #755043 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755043 is #8AAFBC. Grayscale: #595959. Windows color (decimal): -9088957 or 4411509. OLE color: 4411509.

HSL color Cylindrical-coordinate representation of color #755043: hue angle of 15.6º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #755043 is Cyan = 0, Magento = 0.32, Yellow = 0.43 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 80 67 -
CMYK 0 0.32 0.43 0.54
HSL 15.6º 0.27% 0.36% -
HSV(B) 15.6º 0.43% 0.46% -
XYZ 11.22 9.92 6.63 -
YUV 89.58 115.26 147.56 -
System Red Green Blue C M Y K H S L
Decimal 117 80 67 0 0.32 0.43 0.54 15.6 0.27 0.36
Hex 75 50 43 0 20 2B 36 10 1B 24
Octal 165 120 103 0 40 53 66 20 33 44
Binary 1110101 1010000 1000011 0 100000 101011 110110 10000 11011 100100

Color Harmonies of #755043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755043

Black with #755043

Text Example


Text Example

White with #755043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755043; }

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

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

background-color css

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

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

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

border-color css

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

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

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