Html Css Color HEX #765034 Old Copper

📋 copy color: '#765034'

red 118 ◦ green 80 ◦ blue 52

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

Shades of Old Copper #765034

Tints of Old Copper #765034

RGB

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

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

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

R = 47.2%
G = 32%
B = 20.8%

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

#765034 (or 0x765034) is known color: Old Copper. HEX triplet: 76, 50 and 34. RGB value is (118,80,52). Sum of RGB (Red+Green+Blue) = 118+80+52=250 (33% of max value = 765). Red value is 118 (46.48% from 255 or 47.2% from 250); Green value is 80 (31.64% from 255 or 32% from 250); Blue value is 52 (20.70% from 255 or 20.8% from 250); Max value from RGB is 118 - color contains mainly: red. Hex color #765034 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765034 is #89AFCB. Grayscale: #585858. Windows color (decimal): -9023436 or 3428470. OLE color: 3428470.

HSL color Cylindrical-coordinate representation of color #765034: hue angle of 25.45º degrees, saturation: 0.39, 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 #765034 is Cyan = 0, Magento = 0.32, Yellow = 0.56 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 80 52 -
CMYK 0 0.32 0.56 0.54
HSL 25.45º 0.39% 0.33% -
HSV(B) 25.45º 0.56% 0.46% -
XYZ 10.96 9.84 4.57 -
YUV 88.17 107.59 149.28 -
System Red Green Blue C M Y K H S L
Decimal 118 80 52 0 0.32 0.56 0.54 25.45 0.39 0.33
Hex 76 50 34 0 20 38 36 19 27 21
Octal 166 120 64 0 40 70 66 31 47 41
Binary 1110110 1010000 110100 0 100000 111000 110110 11001 100111 100001

Color Harmonies of #765034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765034

Black with #765034

Text Example


Text Example

White with #765034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765034; }

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

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

background-color css

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

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

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

border-color css

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

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

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