Html Css Color HEX #774F3F Old Copper

📋 copy color: '#774F3F'

red 119 ◦ green 79 ◦ blue 63

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

Shades of Old Copper #774F3F

Tints of Old Copper #774F3F

RGB

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

 GREEN value IS 79 (31.25% from 255) = 30.27%

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

R = 45.59%
G = 30.27%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.47

 K value IS 0.53

RGB Variations

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

Color information

#774F3F (or 0x774F3F) is known color: Old Copper. HEX triplet: 77, 4F and 3F. RGB value is (119,79,63). Sum of RGB (Red+Green+Blue) = 119+79+63=261 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.59% from 261); Green value is 79 (31.25% from 255 or 30.27% from 261); Blue value is 63 (25% from 255 or 24.14% from 261); Max value from RGB is 119 - color contains mainly: red. Hex color #774F3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #774F3F is #88B0C0. Grayscale: #595959. Windows color (decimal): -8958145 or 4149111. OLE color: 4149111.

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

Color convert

RGB 119 79 63 -
CMYK 0 0.34 0.47 0.53
HSL 17.14º 0.31% 0.36% -
HSV(B) 17.14º 0.47% 0.47% -
XYZ 11.3 9.87 6.01 -
YUV 89.14 113.25 149.3 -
System Red Green Blue C M Y K H S L
Decimal 119 79 63 0 0.34 0.47 0.53 17.14 0.31 0.36
Hex 77 4F 3F 0 22 2F 35 11 1F 24
Octal 167 117 77 0 42 57 65 21 37 44
Binary 1110111 1001111 111111 0 100010 101111 110101 10001 11111 100100

Color Harmonies of #774F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774F3F

Black with #774F3F

Text Example


Text Example

White with #774F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774F3F; }

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

 H1.HeaderClassName
 {
   color: #774F3F;
 }
 .AnyTagClassName
 {
   color: #774F3F;
 }
</style>

background-color css

<style>
 a { background-color: #774F3F; }

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

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

border-color css

<style>
 span { border-color: #774F3F; }

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

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