Html Css Color HEX #77533F Old Copper

📋 copy color: '#77533F'

red 119 ◦ green 83 ◦ blue 63

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

Shades of Old Copper #77533F

Tints of Old Copper #77533F

RGB

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

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

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

R = 44.91%
G = 31.32%
B = 23.77%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.47

 K value IS 0.53

RGB Variations

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

Color information

#77533F (or 0x77533F) is known color: Old Copper. HEX triplet: 77, 53 and 3F. RGB value is (119,83,63). Sum of RGB (Red+Green+Blue) = 119+83+63=265 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.91% from 265); Green value is 83 (32.81% from 255 or 31.32% from 265); Blue value is 63 (25% from 255 or 23.77% from 265); Max value from RGB is 119 - color contains mainly: red. Hex color #77533F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77533F is #88ACC0. Grayscale: #5B5B5B. Windows color (decimal): -8957121 or 4150135. OLE color: 4150135.

HSL color Cylindrical-coordinate representation of color #77533F: hue angle of 21.43º 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 #77533F is Cyan = 0, Magento = 0.30, Yellow = 0.47 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 83 63 -
CMYK 0 0.30 0.47 0.53
HSL 21.43º 0.31% 0.36% -
HSV(B) 21.43º 0.47% 0.47% -
XYZ 11.6 10.47 6.11 -
YUV 91.48 111.93 147.63 -
System Red Green Blue C M Y K H S L
Decimal 119 83 63 0 0.30 0.47 0.53 21.43 0.31 0.36
Hex 77 53 3F 0 1E 2F 35 15 1F 24
Octal 167 123 77 0 36 57 65 25 37 44
Binary 1110111 1010011 111111 0 11110 101111 110101 10101 11111 100100

Color Harmonies of #77533F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77533F

Black with #77533F

Text Example


Text Example

White with #77533F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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