Html Css Color HEX #773407 Peru Tan

📋 copy color: '#773407'

red 119 ◦ green 52 ◦ blue 7

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

Shades of Peru Tan #773407

Tints of Peru Tan #773407

RGB

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

 GREEN value IS 52 (20.7% from 255) = 29.21%

 BLUE value IS 7 (3.13% from 255) = 3.93%

R = 66.85%
G = 29.21%
B = 3.93%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.94

 K value IS 0.53

RGB Variations

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

Color information

#773407 (or 0x773407) is known color: Peru Tan. HEX triplet: 77, 34 and 07. RGB value is (119,52,7). Sum of RGB (Red+Green+Blue) = 119+52+7=178 (23% of max value = 765). Red value is 119 (46.88% from 255 or 66.85% from 178); Green value is 52 (20.70% from 255 or 29.21% from 178); Blue value is 7 (3.12% from 255 or 3.93% from 178); Max value from RGB is 119 - color contains mainly: red. Hex color #773407 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #773407 is #88CBF8. Grayscale: #434343. Windows color (decimal): -8965113 or 472183. OLE color: 472183.

HSL color Cylindrical-coordinate representation of color #773407: hue angle of 24.11º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #773407 is Cyan = 0, Magento = 0.56, Yellow = 0.94 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 52 7 -
CMYK 0 0.56 0.94 0.53
HSL 24.11º 0.89% 0.25% -
HSV(B) 24.11º 0.94% 0.47% -
XYZ 8.87 6.39 0.97 -
YUV 66.9 94.2 165.16 -
System Red Green Blue C M Y K H S L
Decimal 119 52 7 0 0.56 0.94 0.53 24.11 0.89 0.25
Hex 77 34 7 0 38 5E 35 18 59 19
Octal 167 64 7 0 70 136 65 30 131 31
Binary 1110111 110100 111 0 111000 1011110 110101 11000 1011001 11001

Color Harmonies of #773407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773407

Black with #773407

Text Example


Text Example

White with #773407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773407; }

 p { color: rgb(119,52,7); }

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

background-color css

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

 a { background-color: rgb(119,52,7); }

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

border-color css

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

 span { border-color: rgb(119,52,7); }

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