Html Css Color HEX #775245 Old Copper

📋 copy color: '#775245'

red 119 ◦ green 82 ◦ blue 69

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

Shades of Old Copper #775245

Tints of Old Copper #775245

RGB

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

 GREEN value IS 82 (32.42% from 255) = 30.37%

 BLUE value IS 69 (27.34% from 255) = 25.56%

R = 44.07%
G = 30.37%
B = 25.56%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.42

 K value IS 0.53

RGB Variations

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

Color information

#775245 (or 0x775245) is known color: Old Copper. HEX triplet: 77, 52 and 45. RGB value is (119,82,69). Sum of RGB (Red+Green+Blue) = 119+82+69=270 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.07% from 270); Green value is 82 (32.42% from 255 or 30.37% from 270); Blue value is 69 (27.34% from 255 or 25.56% from 270); Max value from RGB is 119 - color contains mainly: red. Hex color #775245 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775245 is #88ADBA. Grayscale: #5B5B5B. Windows color (decimal): -8957371 or 4543095. OLE color: 4543095.

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

Color convert

RGB 119 82 69 -
CMYK 0 0.31 0.42 0.53
HSL 15.6º 0.27% 0.37% -
HSV(B) 15.6º 0.42% 0.47% -
XYZ 11.7 10.39 7.02 -
YUV 91.58 115.26 147.56 -
System Red Green Blue C M Y K H S L
Decimal 119 82 69 0 0.31 0.42 0.53 15.6 0.27 0.37
Hex 77 52 45 0 1F 2A 35 10 1B 25
Octal 167 122 105 0 37 52 65 20 33 45
Binary 1110111 1010010 1000101 0 11111 101010 110101 10000 11011 100101

Color Harmonies of #775245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775245

Black with #775245

Text Example


Text Example

White with #775245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775245; }

 p { color: rgb(119,82,69); }

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

background-color css

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

 a { background-color: rgb(119,82,69); }

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

border-color css

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

 span { border-color: rgb(119,82,69); }

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