Html Css Color HEX #775844 Old Copper

📋 copy color: '#775844'

red 119 ◦ green 88 ◦ blue 68

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

Shades of Old Copper #775844

Tints of Old Copper #775844

RGB

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

 GREEN value IS 88 (34.77% from 255) = 32%

 BLUE value IS 68 (26.95% from 255) = 24.73%

R = 43.27%
G = 32%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.43

 K value IS 0.53

RGB Variations

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

Color information

#775844 (or 0x775844) is known color: Old Copper. HEX triplet: 77, 58 and 44. RGB value is (119,88,68). Sum of RGB (Red+Green+Blue) = 119+88+68=275 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.27% from 275); Green value is 88 (34.77% from 255 or 32% from 275); Blue value is 68 (26.95% from 255 or 24.73% from 275); Max value from RGB is 119 - color contains mainly: red. Hex color #775844 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775844 is #88A7BB. Grayscale: #5F5F5F. Windows color (decimal): -8955836 or 4479095. OLE color: 4479095.

HSL color Cylindrical-coordinate representation of color #775844: hue angle of 23.53º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #775844 is Cyan = 0, Magento = 0.26, Yellow = 0.43 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 88 68 -
CMYK 0 0.26 0.43 0.53
HSL 23.53º 0.27% 0.37% -
HSV(B) 23.53º 0.43% 0.47% -
XYZ 12.14 11.32 7.01 -
YUV 94.99 112.77 145.13 -
System Red Green Blue C M Y K H S L
Decimal 119 88 68 0 0.26 0.43 0.53 23.53 0.27 0.37
Hex 77 58 44 0 1A 2B 35 18 1B 25
Octal 167 130 104 0 32 53 65 30 33 45
Binary 1110111 1011000 1000100 0 11010 101011 110101 11000 11011 100101

Color Harmonies of #775844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775844

Black with #775844

Text Example


Text Example

White with #775844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775844; }

 p { color: rgb(119,88,68); }

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

background-color css

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

 a { background-color: rgb(119,88,68); }

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

border-color css

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

 span { border-color: rgb(119,88,68); }

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