Html Css Color HEX #764F41 Old Copper

📋 copy color: '#764F41'

red 118 ◦ green 79 ◦ blue 65

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

Shades of Old Copper #764F41

Tints of Old Copper #764F41

RGB

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

 GREEN value IS 79 (31.25% from 255) = 30.15%

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

R = 45.04%
G = 30.15%
B = 24.81%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.45

 K value IS 0.54

RGB Variations

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

Color information

#764F41 (or 0x764F41) is known color: Old Copper. HEX triplet: 76, 4F and 41. RGB value is (118,79,65). Sum of RGB (Red+Green+Blue) = 118+79+65=262 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.04% from 262); Green value is 79 (31.25% from 255 or 30.15% from 262); Blue value is 65 (25.78% from 255 or 24.81% from 262); Max value from RGB is 118 - color contains mainly: red. Hex color #764F41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #764F41 is #89B0BE. Grayscale: #595959. Windows color (decimal): -9023679 or 4280182. OLE color: 4280182.

HSL color Cylindrical-coordinate representation of color #764F41: hue angle of 15.85º 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 #764F41 is Cyan = 0, Magento = 0.33, Yellow = 0.45 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 79 65 -
CMYK 0 0.33 0.45 0.54
HSL 15.85º 0.29% 0.36% -
HSV(B) 15.85º 0.45% 0.46% -
XYZ 11.22 9.83 6.31 -
YUV 89.07 114.42 148.64 -
System Red Green Blue C M Y K H S L
Decimal 118 79 65 0 0.33 0.45 0.54 15.85 0.29 0.36
Hex 76 4F 41 0 21 2D 36 10 1D 24
Octal 166 117 101 0 41 55 66 20 35 44
Binary 1110110 1001111 1000001 0 100001 101101 110110 10000 11101 100100

Color Harmonies of #764F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764F41

Black with #764F41

Text Example


Text Example

White with #764F41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764F41; }

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

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

background-color css

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

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

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

border-color css

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

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

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