Html Css Color HEX #773A1B Peru Tan

📋 copy color: '#773A1B'

red 119 ◦ green 58 ◦ blue 27

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

Shades of Peru Tan #773A1B

Tints of Peru Tan #773A1B

RGB

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

 GREEN value IS 58 (23.05% from 255) = 28.43%

 BLUE value IS 27 (10.94% from 255) = 13.24%

R = 58.33%
G = 28.43%
B = 13.24%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.77

 K value IS 0.53

RGB Variations

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

Color information

#773A1B (or 0x773A1B) is known color: Peru Tan. HEX triplet: 77, 3A and 1B. RGB value is (119,58,27). Sum of RGB (Red+Green+Blue) = 119+58+27=204 (27% of max value = 765). Red value is 119 (46.88% from 255 or 58.33% from 204); Green value is 58 (23.05% from 255 or 28.43% from 204); Blue value is 27 (10.94% from 255 or 13.24% from 204); Max value from RGB is 119 - color contains mainly: red. Hex color #773A1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773A1B is #88C5E4. Grayscale: #484848. Windows color (decimal): -8963557 or 1784439. OLE color: 1784439.

HSL color Cylindrical-coordinate representation of color #773A1B: hue angle of 20.22º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #773A1B is Cyan = 0, Magento = 0.51, Yellow = 0.77 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 58 27 -
CMYK 0 0.51 0.77 0.53
HSL 20.22º 0.63% 0.29% -
HSV(B) 20.22º 0.77% 0.47% -
XYZ 9.32 7.03 1.9 -
YUV 72.71 102.21 161.02 -
System Red Green Blue C M Y K H S L
Decimal 119 58 27 0 0.51 0.77 0.53 20.22 0.63 0.29
Hex 77 3A 1B 0 33 4D 35 14 3F 1D
Octal 167 72 33 0 63 115 65 24 77 35
Binary 1110111 111010 11011 0 110011 1001101 110101 10100 111111 11101

Color Harmonies of #773A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773A1B

Black with #773A1B

Text Example


Text Example

White with #773A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,58,27); }

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

background-color css

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

 a { background-color: rgb(119,58,27); }

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

border-color css

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

 span { border-color: rgb(119,58,27); }

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