Html Css Color HEX #775438 Old Copper

📋 copy color: '#775438'

red 119 ◦ green 84 ◦ blue 56

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

Shades of Old Copper #775438

Tints of Old Copper #775438

RGB

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

 GREEN value IS 84 (33.2% from 255) = 32.43%

 BLUE value IS 56 (22.27% from 255) = 21.62%

R = 45.95%
G = 32.43%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.53

 K value IS 0.53

RGB Variations

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

Color information

#775438 (or 0x775438) is known color: Old Copper. HEX triplet: 77, 54 and 38. RGB value is (119,84,56). Sum of RGB (Red+Green+Blue) = 119+84+56=259 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.95% from 259); Green value is 84 (33.20% from 255 or 32.43% from 259); Blue value is 56 (22.27% from 255 or 21.62% from 259); Max value from RGB is 119 - color contains mainly: red. Hex color #775438 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775438 is #88ABC7. Grayscale: #5B5B5B. Windows color (decimal): -8956872 or 3691639. OLE color: 3691639.

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

Color convert

RGB 119 84 56 -
CMYK 0 0.29 0.53 0.53
HSL 26.67º 0.36% 0.34% -
HSV(B) 26.67º 0.53% 0.47% -
XYZ 11.49 10.55 5.17 -
YUV 91.27 108.1 147.78 -
System Red Green Blue C M Y K H S L
Decimal 119 84 56 0 0.29 0.53 0.53 26.67 0.36 0.34
Hex 77 54 38 0 1D 35 35 1B 24 22
Octal 167 124 70 0 35 65 65 33 44 42
Binary 1110111 1010100 111000 0 11101 110101 110101 11011 100100 100010

Color Harmonies of #775438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775438

Black with #775438

Text Example


Text Example

White with #775438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775438; }

 p { color: rgb(119,84,56); }

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

background-color css

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

 a { background-color: rgb(119,84,56); }

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

border-color css

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

 span { border-color: rgb(119,84,56); }

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