Html Css Color HEX #77533A Old Copper

📋 copy color: '#77533A'

red 119 ◦ green 83 ◦ blue 58

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

Shades of Old Copper #77533A

Tints of Old Copper #77533A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 22.31%

R = 45.77%
G = 31.92%
B = 22.31%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.51

 K value IS 0.53

RGB Variations

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

Color information

#77533A (or 0x77533A) is known color: Old Copper. HEX triplet: 77, 53 and 3A. RGB value is (119,83,58). Sum of RGB (Red+Green+Blue) = 119+83+58=260 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.77% from 260); Green value is 83 (32.81% from 255 or 31.92% from 260); Blue value is 58 (23.05% from 255 or 22.31% from 260); Max value from RGB is 119 - color contains mainly: red. Hex color #77533A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77533A is #88ACC5. Grayscale: #5B5B5B. Windows color (decimal): -8957126 or 3822455. OLE color: 3822455.

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

Color convert

RGB 119 83 58 -
CMYK 0 0.30 0.51 0.53
HSL 24.59º 0.34% 0.35% -
HSV(B) 24.59º 0.51% 0.47% -
XYZ 11.46 10.41 5.41 -
YUV 90.91 109.43 148.03 -
System Red Green Blue C M Y K H S L
Decimal 119 83 58 0 0.30 0.51 0.53 24.59 0.34 0.35
Hex 77 53 3A 0 1E 33 35 19 22 23
Octal 167 123 72 0 36 63 65 31 42 43
Binary 1110111 1010011 111010 0 11110 110011 110101 11001 100010 100011

Color Harmonies of #77533A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77533A

Black with #77533A

Text Example


Text Example

White with #77533A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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