Html Css Color HEX #77523F Old Copper

📋 copy color: '#77523F'

red 119 ◦ green 82 ◦ blue 63

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

Shades of Old Copper #77523F

Tints of Old Copper #77523F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 23.86%

R = 45.08%
G = 31.06%
B = 23.86%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.47

 K value IS 0.53

RGB Variations

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

Color information

#77523F (or 0x77523F) is known color: Old Copper. HEX triplet: 77, 52 and 3F. RGB value is (119,82,63). Sum of RGB (Red+Green+Blue) = 119+82+63=264 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.08% from 264); Green value is 82 (32.42% from 255 or 31.06% from 264); Blue value is 63 (25% from 255 or 23.86% from 264); Max value from RGB is 119 - color contains mainly: red. Hex color #77523F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77523F is #88ADC0. Grayscale: #5B5B5B. Windows color (decimal): -8957377 or 4149879. OLE color: 4149879.

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

Color convert

RGB 119 82 63 -
CMYK 0 0.31 0.47 0.53
HSL 20.36º 0.31% 0.36% -
HSV(B) 20.36º 0.47% 0.47% -
XYZ 11.52 10.32 6.09 -
YUV 90.9 112.26 148.04 -
System Red Green Blue C M Y K H S L
Decimal 119 82 63 0 0.31 0.47 0.53 20.36 0.31 0.36
Hex 77 52 3F 0 1F 2F 35 14 1F 24
Octal 167 122 77 0 37 57 65 24 37 44
Binary 1110111 1010010 111111 0 11111 101111 110101 10100 11111 100100

Color Harmonies of #77523F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77523F

Black with #77523F

Text Example


Text Example

White with #77523F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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