Html Css Color HEX #765335 Old Copper

📋 copy color: '#765335'

red 118 ◦ green 83 ◦ blue 53

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

Shades of Old Copper #765335

Tints of Old Copper #765335

RGB

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

 GREEN value IS 83 (32.81% from 255) = 32.68%

 BLUE value IS 53 (21.09% from 255) = 20.87%

R = 46.46%
G = 32.68%
B = 20.87%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.55

 K value IS 0.54

RGB Variations

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

Color information

#765335 (or 0x765335) is known color: Old Copper. HEX triplet: 76, 53 and 35. RGB value is (118,83,53). Sum of RGB (Red+Green+Blue) = 118+83+53=254 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.46% from 254); Green value is 83 (32.81% from 255 or 32.68% from 254); Blue value is 53 (21.09% from 255 or 20.87% from 254); Max value from RGB is 118 - color contains mainly: red. Hex color #765335 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765335 is #89ACCA. Grayscale: #5A5A5A. Windows color (decimal): -9022667 or 3494774. OLE color: 3494774.

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

Color convert

RGB 118 83 53 -
CMYK 0 0.30 0.55 0.54
HSL 27.69º 0.38% 0.34% -
HSV(B) 27.69º 0.55% 0.46% -
XYZ 11.21 10.3 4.76 -
YUV 90.05 107.1 147.94 -
System Red Green Blue C M Y K H S L
Decimal 118 83 53 0 0.30 0.55 0.54 27.69 0.38 0.34
Hex 76 53 35 0 1E 37 36 1C 26 22
Octal 166 123 65 0 36 67 66 34 46 42
Binary 1110110 1010011 110101 0 11110 110111 110110 11100 100110 100010

Color Harmonies of #765335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765335

Black with #765335

Text Example


Text Example

White with #765335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765335; }

 p { color: rgb(118,83,53); }

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

background-color css

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

 a { background-color: rgb(118,83,53); }

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

border-color css

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

 span { border-color: rgb(118,83,53); }

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