Html Css Color HEX #755034 Old Copper

📋 copy color: '#755034'

red 117 ◦ green 80 ◦ blue 52

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

Shades of Old Copper #755034

Tints of Old Copper #755034

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 20.88%

R = 46.99%
G = 32.13%
B = 20.88%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.56

 K value IS 0.54

RGB Variations

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

Color information

#755034 (or 0x755034) is known color: Old Copper. HEX triplet: 75, 50 and 34. RGB value is (117,80,52). Sum of RGB (Red+Green+Blue) = 117+80+52=249 (32% of max value = 765). Red value is 117 (46.09% from 255 or 46.99% from 249); Green value is 80 (31.64% from 255 or 32.13% from 249); Blue value is 52 (20.70% from 255 or 20.88% from 249); Max value from RGB is 117 - color contains mainly: red. Hex color #755034 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755034 is #8AAFCB. Grayscale: #585858. Windows color (decimal): -9088972 or 3428469. OLE color: 3428469.

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

Color convert

RGB 117 80 52 -
CMYK 0 0.32 0.56 0.54
HSL 25.85º 0.38% 0.33% -
HSV(B) 25.85º 0.56% 0.46% -
XYZ 10.82 9.77 4.56 -
YUV 87.87 107.76 148.78 -
System Red Green Blue C M Y K H S L
Decimal 117 80 52 0 0.32 0.56 0.54 25.85 0.38 0.33
Hex 75 50 34 0 20 38 36 1A 26 21
Octal 165 120 64 0 40 70 66 32 46 41
Binary 1110101 1010000 110100 0 100000 111000 110110 11010 100110 100001

Color Harmonies of #755034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755034

Black with #755034

Text Example


Text Example

White with #755034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755034; }

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

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

background-color css

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

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

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

border-color css

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

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

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