Html Css Color HEX #772707 Peru Tan

📋 copy color: '#772707'

red 119 ◦ green 39 ◦ blue 7

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

Shades of Peru Tan #772707

Tints of Peru Tan #772707

RGB

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

 GREEN value IS 39 (15.63% from 255) = 23.64%

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

R = 72.12%
G = 23.64%
B = 4.24%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.94

 K value IS 0.53

RGB Variations

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

Color information

#772707 (or 0x772707) is known color: Peru Tan. HEX triplet: 77, 27 and 07. RGB value is (119,39,7). Sum of RGB (Red+Green+Blue) = 119+39+7=165 (21% of max value = 765). Red value is 119 (46.88% from 255 or 72.12% from 165); Green value is 39 (15.62% from 255 or 23.64% from 165); Blue value is 7 (3.12% from 255 or 4.24% from 165); Max value from RGB is 119 - color contains mainly: red. Hex color #772707 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772707 is #88D8F8. Grayscale: #3B3B3B. Windows color (decimal): -8968441 or 468855. OLE color: 468855.

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

Color convert

RGB 119 39 7 -
CMYK 0 0.67 0.94 0.53
HSL 17.14º 0.89% 0.25% -
HSV(B) 17.14º 0.94% 0.47% -
XYZ 8.37 5.39 0.8 -
YUV 59.27 98.5 170.6 -
System Red Green Blue C M Y K H S L
Decimal 119 39 7 0 0.67 0.94 0.53 17.14 0.89 0.25
Hex 77 27 7 0 43 5E 35 11 59 19
Octal 167 47 7 0 103 136 65 21 131 31
Binary 1110111 100111 111 0 1000011 1011110 110101 10001 1011001 11001

Color Harmonies of #772707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772707

Black with #772707

Text Example


Text Example

White with #772707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772707; }

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

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

background-color css

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

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

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

border-color css

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

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

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