Html Css Color HEX #765234 Old Copper

📋 copy color: '#765234'

red 118 ◦ green 82 ◦ blue 52

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

Shades of Old Copper #765234

Tints of Old Copper #765234

RGB

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

 GREEN value IS 82 (32.42% from 255) = 32.54%

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

R = 46.83%
G = 32.54%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.56

 K value IS 0.54

RGB Variations

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

Color information

#765234 (or 0x765234) is known color: Old Copper. HEX triplet: 76, 52 and 34. RGB value is (118,82,52). Sum of RGB (Red+Green+Blue) = 118+82+52=252 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.83% from 252); Green value is 82 (32.42% from 255 or 32.54% from 252); Blue value is 52 (20.70% from 255 or 20.63% from 252); Max value from RGB is 118 - color contains mainly: red. Hex color #765234 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765234 is #89ADCB. Grayscale: #595959. Windows color (decimal): -9022924 or 3428982. OLE color: 3428982.

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

Color convert

RGB 118 82 52 -
CMYK 0 0.31 0.56 0.54
HSL 27.27º 0.39% 0.33% -
HSV(B) 27.27º 0.56% 0.46% -
XYZ 11.11 10.13 4.62 -
YUV 89.34 106.93 148.44 -
System Red Green Blue C M Y K H S L
Decimal 118 82 52 0 0.31 0.56 0.54 27.27 0.39 0.33
Hex 76 52 34 0 1F 38 36 1B 27 21
Octal 166 122 64 0 37 70 66 33 47 41
Binary 1110110 1010010 110100 0 11111 111000 110110 11011 100111 100001

Color Harmonies of #765234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765234

Black with #765234

Text Example


Text Example

White with #765234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765234; }

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

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

background-color css

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

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

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

border-color css

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

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

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