Html Css Color HEX #77533E Old Copper

📋 copy color: '#77533E'

red 119 ◦ green 83 ◦ blue 62

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

Shades of Old Copper #77533E

Tints of Old Copper #77533E

RGB

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

 GREEN value IS 83 (32.81% from 255) = 31.44%

 BLUE value IS 62 (24.61% from 255) = 23.48%

R = 45.08%
G = 31.44%
B = 23.48%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.48

 K value IS 0.53

RGB Variations

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

Color information

#77533E (or 0x77533E) is known color: Old Copper. HEX triplet: 77, 53 and 3E. RGB value is (119,83,62). Sum of RGB (Red+Green+Blue) = 119+83+62=264 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.08% from 264); Green value is 83 (32.81% from 255 or 31.44% from 264); Blue value is 62 (24.61% from 255 or 23.48% from 264); Max value from RGB is 119 - color contains mainly: red. Hex color #77533E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77533E is #88ACC1. Grayscale: #5B5B5B. Windows color (decimal): -8957122 or 4084599. OLE color: 4084599.

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

Color convert

RGB 119 83 62 -
CMYK 0 0.30 0.48 0.53
HSL 22.11º 0.31% 0.35% -
HSV(B) 22.11º 0.48% 0.47% -
XYZ 11.57 10.46 5.97 -
YUV 91.37 111.43 147.71 -
System Red Green Blue C M Y K H S L
Decimal 119 83 62 0 0.30 0.48 0.53 22.11 0.31 0.35
Hex 77 53 3E 0 1E 30 35 16 1F 23
Octal 167 123 76 0 36 60 65 26 37 43
Binary 1110111 1010011 111110 0 11110 110000 110101 10110 11111 100011

Color Harmonies of #77533E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77533E

Black with #77533E

Text Example


Text Example

White with #77533E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77533E; }

 p { color: rgb(119,83,62); }

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

background-color css

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

 a { background-color: rgb(119,83,62); }

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

border-color css

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

 span { border-color: rgb(119,83,62); }

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