Html Css Color HEX #773507 Peru Tan

📋 copy color: '#773507'

red 119 ◦ green 53 ◦ blue 7

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

Shades of Peru Tan #773507

Tints of Peru Tan #773507

RGB

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

 GREEN value IS 53 (21.09% from 255) = 29.61%

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

R = 66.48%
G = 29.61%
B = 3.91%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.94

 K value IS 0.53

RGB Variations

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

Color information

#773507 (or 0x773507) is known color: Peru Tan. HEX triplet: 77, 35 and 07. RGB value is (119,53,7). Sum of RGB (Red+Green+Blue) = 119+53+7=179 (23% of max value = 765). Red value is 119 (46.88% from 255 or 66.48% from 179); Green value is 53 (21.09% from 255 or 29.61% from 179); Blue value is 7 (3.12% from 255 or 3.91% from 179); Max value from RGB is 119 - color contains mainly: red. Hex color #773507 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #773507 is #88CAF8. Grayscale: #434343. Windows color (decimal): -8964857 or 472439. OLE color: 472439.

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

Color convert

RGB 119 53 7 -
CMYK 0 0.55 0.94 0.53
HSL 24.64º 0.89% 0.25% -
HSV(B) 24.64º 0.94% 0.47% -
XYZ 8.92 6.48 0.98 -
YUV 67.49 93.87 164.74 -
System Red Green Blue C M Y K H S L
Decimal 119 53 7 0 0.55 0.94 0.53 24.64 0.89 0.25
Hex 77 35 7 0 37 5E 35 19 59 19
Octal 167 65 7 0 67 136 65 31 131 31
Binary 1110111 110101 111 0 110111 1011110 110101 11001 1011001 11001

Color Harmonies of #773507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773507

Black with #773507

Text Example


Text Example

White with #773507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773507; }

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

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

background-color css

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

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

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

border-color css

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

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

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