Html Css Color HEX #773D1A Peru Tan

📋 copy color: '#773D1A'

red 119 ◦ green 61 ◦ blue 26

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

Shades of Peru Tan #773D1A

Tints of Peru Tan #773D1A

RGB

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

 GREEN value IS 61 (24.22% from 255) = 29.61%

 BLUE value IS 26 (10.55% from 255) = 12.62%

R = 57.77%
G = 29.61%
B = 12.62%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.78

 K value IS 0.53

RGB Variations

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

Color information

#773D1A (or 0x773D1A) is known color: Peru Tan. HEX triplet: 77, 3D and 1A. RGB value is (119,61,26). Sum of RGB (Red+Green+Blue) = 119+61+26=206 (27% of max value = 765). Red value is 119 (46.88% from 255 or 57.77% from 206); Green value is 61 (24.22% from 255 or 29.61% from 206); Blue value is 26 (10.55% from 255 or 12.62% from 206); Max value from RGB is 119 - color contains mainly: red. Hex color #773D1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773D1A is #88C2E5. Grayscale: #4A4A4A. Windows color (decimal): -8962790 or 1719671. OLE color: 1719671.

HSL color Cylindrical-coordinate representation of color #773D1A: hue angle of 22.58º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #773D1A is Cyan = 0, Magento = 0.49, Yellow = 0.78 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 61 26 -
CMYK 0 0.49 0.78 0.53
HSL 22.58º 0.64% 0.28% -
HSV(B) 22.58º 0.78% 0.47% -
XYZ 9.46 7.33 1.89 -
YUV 74.35 100.72 159.85 -
System Red Green Blue C M Y K H S L
Decimal 119 61 26 0 0.49 0.78 0.53 22.58 0.64 0.28
Hex 77 3D 1A 0 31 4E 35 17 40 1C
Octal 167 75 32 0 61 116 65 27 100 34
Binary 1110111 111101 11010 0 110001 1001110 110101 10111 1000000 11100

Color Harmonies of #773D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773D1A

Black with #773D1A

Text Example


Text Example

White with #773D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773D1A; }

 p { color: rgb(119,61,26); }

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

background-color css

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

 a { background-color: rgb(119,61,26); }

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

border-color css

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

 span { border-color: rgb(119,61,26); }

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