Html Css Color HEX #77523C Old Copper

📋 copy color: '#77523C'

red 119 ◦ green 82 ◦ blue 60

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

Shades of Old Copper #77523C

Tints of Old Copper #77523C

RGB

 RED value IS 119 (46.88% from 255) = 45.59%

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

 BLUE value IS 60 (23.83% from 255) = 22.99%

R = 45.59%
G = 31.42%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.50

 K value IS 0.53

RGB Variations

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

Color information

#77523C (or 0x77523C) is known color: Old Copper. HEX triplet: 77, 52 and 3C. RGB value is (119,82,60). Sum of RGB (Red+Green+Blue) = 119+82+60=261 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.59% from 261); Green value is 82 (32.42% from 255 or 31.42% from 261); Blue value is 60 (23.83% from 255 or 22.99% from 261); Max value from RGB is 119 - color contains mainly: red. Hex color #77523C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77523C is #88ADC3. Grayscale: #5A5A5A. Windows color (decimal): -8957380 or 3953271. OLE color: 3953271.

HSL color Cylindrical-coordinate representation of color #77523C: hue angle of 22.37º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #77523C is Cyan = 0, Magento = 0.31, Yellow = 0.50 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 82 60 -
CMYK 0 0.31 0.50 0.53
HSL 22.37º 0.33% 0.35% -
HSV(B) 22.37º 0.5% 0.47% -
XYZ 11.44 10.28 5.66 -
YUV 90.56 110.76 148.29 -
System Red Green Blue C M Y K H S L
Decimal 119 82 60 0 0.31 0.50 0.53 22.37 0.33 0.35
Hex 77 52 3C 0 1F 32 35 16 21 23
Octal 167 122 74 0 37 62 65 26 41 43
Binary 1110111 1010010 111100 0 11111 110010 110101 10110 100001 100011

Color Harmonies of #77523C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77523C

Black with #77523C

Text Example


Text Example

White with #77523C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77523C; }

 p { color: rgb(119,82,60); }

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

background-color css

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

 a { background-color: rgb(119,82,60); }

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

border-color css

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

 span { border-color: rgb(119,82,60); }

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