Html Css Color HEX #775843 Old Copper

📋 copy color: '#775843'

red 119 ◦ green 88 ◦ blue 67

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

Shades of Old Copper #775843

Tints of Old Copper #775843

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 24.45%

R = 43.43%
G = 32.12%
B = 24.45%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.44

 K value IS 0.53

RGB Variations

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

Color information

#775843 (or 0x775843) is known color: Old Copper. HEX triplet: 77, 58 and 43. RGB value is (119,88,67). Sum of RGB (Red+Green+Blue) = 119+88+67=274 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.43% from 274); Green value is 88 (34.77% from 255 or 32.12% from 274); Blue value is 67 (26.56% from 255 or 24.45% from 274); Max value from RGB is 119 - color contains mainly: red. Hex color #775843 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775843 is #88A7BC. Grayscale: #5E5E5E. Windows color (decimal): -8955837 or 4413559. OLE color: 4413559.

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

Color convert

RGB 119 88 67 -
CMYK 0 0.26 0.44 0.53
HSL 24.23º 0.28% 0.36% -
HSV(B) 24.23º 0.44% 0.47% -
XYZ 12.11 11.31 6.85 -
YUV 94.88 112.27 145.21 -
System Red Green Blue C M Y K H S L
Decimal 119 88 67 0 0.26 0.44 0.53 24.23 0.28 0.36
Hex 77 58 43 0 1A 2C 35 18 1C 24
Octal 167 130 103 0 32 54 65 30 34 44
Binary 1110111 1011000 1000011 0 11010 101100 110101 11000 11100 100100

Color Harmonies of #775843

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775843

Black with #775843

Text Example


Text Example

White with #775843

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775843; }

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

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

background-color css

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

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

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

border-color css

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

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

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