Html Css Color HEX #765741 Old Copper

📋 copy color: '#765741'

red 118 ◦ green 87 ◦ blue 65

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

Shades of Old Copper #765741

Tints of Old Copper #765741

RGB

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

 GREEN value IS 87 (34.38% from 255) = 32.22%

 BLUE value IS 65 (25.78% from 255) = 24.07%

R = 43.7%
G = 32.22%
B = 24.07%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.45

 K value IS 0.54

RGB Variations

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

Color information

#765741 (or 0x765741) is known color: Old Copper. HEX triplet: 76, 57 and 41. RGB value is (118,87,65). Sum of RGB (Red+Green+Blue) = 118+87+65=270 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.70% from 270); Green value is 87 (34.38% from 255 or 32.22% from 270); Blue value is 65 (25.78% from 255 or 24.07% from 270); Max value from RGB is 118 - color contains mainly: red. Hex color #765741 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765741 is #89A8BE. Grayscale: #5D5D5D. Windows color (decimal): -9021631 or 4282230. OLE color: 4282230.

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

Color convert

RGB 118 87 65 -
CMYK 0 0.26 0.45 0.54
HSL 24.91º 0.29% 0.36% -
HSV(B) 24.91º 0.45% 0.46% -
XYZ 11.83 11.05 6.51 -
YUV 93.76 111.77 145.29 -
System Red Green Blue C M Y K H S L
Decimal 118 87 65 0 0.26 0.45 0.54 24.91 0.29 0.36
Hex 76 57 41 0 1A 2D 36 19 1D 24
Octal 166 127 101 0 32 55 66 31 35 44
Binary 1110110 1010111 1000001 0 11010 101101 110110 11001 11101 100100

Color Harmonies of #765741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765741

Black with #765741

Text Example


Text Example

White with #765741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765741; }

 p { color: rgb(118,87,65); }

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

background-color css

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

 a { background-color: rgb(118,87,65); }

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

border-color css

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

 span { border-color: rgb(118,87,65); }

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