Html Css Color HEX #773A0E Peru Tan

📋 copy color: '#773A0E'

red 119 ◦ green 58 ◦ blue 14

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

Shades of Peru Tan #773A0E

Tints of Peru Tan #773A0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 7.33%

R = 62.3%
G = 30.37%
B = 7.33%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.88

 K value IS 0.53

RGB Variations

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

Color information

#773A0E (or 0x773A0E) is known color: Peru Tan. HEX triplet: 77, 3A and 0E. RGB value is (119,58,14). Sum of RGB (Red+Green+Blue) = 119+58+14=191 (25% of max value = 765). Red value is 119 (46.88% from 255 or 62.30% from 191); Green value is 58 (23.05% from 255 or 30.37% from 191); Blue value is 14 (5.86% from 255 or 7.33% from 191); Max value from RGB is 119 - color contains mainly: red. Hex color #773A0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #773A0E is #88C5F1. Grayscale: #474747. Windows color (decimal): -8963570 or 932471. OLE color: 932471.

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

Color convert

RGB 119 58 14 -
CMYK 0 0.51 0.88 0.53
HSL 25.14º 0.79% 0.26% -
HSV(B) 25.14º 0.88% 0.47% -
XYZ 9.2 6.98 1.28 -
YUV 71.22 95.71 162.08 -
System Red Green Blue C M Y K H S L
Decimal 119 58 14 0 0.51 0.88 0.53 25.14 0.79 0.26
Hex 77 3A E 0 33 58 35 19 4F 1A
Octal 167 72 16 0 63 130 65 31 117 32
Binary 1110111 111010 1110 0 110011 1011000 110101 11001 1001111 11010

Color Harmonies of #773A0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773A0E

Black with #773A0E

Text Example


Text Example

White with #773A0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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