Html Css Color HEX #775338 Old Copper

📋 copy color: '#775338'

red 119 ◦ green 83 ◦ blue 56

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

Shades of Old Copper #775338

Tints of Old Copper #775338

RGB

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

 GREEN value IS 83 (32.81% from 255) = 32.17%

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

R = 46.12%
G = 32.17%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.53

 K value IS 0.53

RGB Variations

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

Color information

#775338 (or 0x775338) is known color: Old Copper. HEX triplet: 77, 53 and 38. RGB value is (119,83,56). Sum of RGB (Red+Green+Blue) = 119+83+56=258 (34% of max value = 765). Red value is 119 (46.88% from 255 or 46.12% from 258); Green value is 83 (32.81% from 255 or 32.17% from 258); Blue value is 56 (22.27% from 255 or 21.71% from 258); Max value from RGB is 119 - color contains mainly: red. Hex color #775338 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775338 is #88ACC7. Grayscale: #5A5A5A. Windows color (decimal): -8957128 or 3691383. OLE color: 3691383.

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

Color convert

RGB 119 83 56 -
CMYK 0 0.30 0.53 0.53
HSL 25.71º 0.36% 0.34% -
HSV(B) 25.71º 0.53% 0.47% -
XYZ 11.41 10.39 5.15 -
YUV 90.69 108.43 148.2 -
System Red Green Blue C M Y K H S L
Decimal 119 83 56 0 0.30 0.53 0.53 25.71 0.36 0.34
Hex 77 53 38 0 1E 35 35 1A 24 22
Octal 167 123 70 0 36 65 65 32 44 42
Binary 1110111 1010011 111000 0 11110 110101 110101 11010 100100 100010

Color Harmonies of #775338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775338

Black with #775338

Text Example


Text Example

White with #775338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775338; }

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

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

background-color css

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

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

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

border-color css

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

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

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