Html Css Color HEX #772B07 Peru Tan

📋 copy color: '#772B07'

red 119 ◦ green 43 ◦ blue 7

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

Shades of Peru Tan #772B07

Tints of Peru Tan #772B07

RGB

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

 GREEN value IS 43 (17.19% from 255) = 25.44%

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

R = 70.41%
G = 25.44%
B = 4.14%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.94

 K value IS 0.53

RGB Variations

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

Color information

#772B07 (or 0x772B07) is known color: Peru Tan. HEX triplet: 77, 2B and 07. RGB value is (119,43,7). Sum of RGB (Red+Green+Blue) = 119+43+7=169 (22% of max value = 765). Red value is 119 (46.88% from 255 or 70.41% from 169); Green value is 43 (17.19% from 255 or 25.44% from 169); Blue value is 7 (3.12% from 255 or 4.14% from 169); Max value from RGB is 119 - color contains mainly: red. Hex color #772B07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772B07 is #88D4F8. Grayscale: #3D3D3D. Windows color (decimal): -8967417 or 469879. OLE color: 469879.

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

Color convert

RGB 119 43 7 -
CMYK 0 0.64 0.94 0.53
HSL 19.29º 0.89% 0.25% -
HSV(B) 19.29º 0.94% 0.47% -
XYZ 8.51 5.67 0.85 -
YUV 61.62 97.18 168.93 -
System Red Green Blue C M Y K H S L
Decimal 119 43 7 0 0.64 0.94 0.53 19.29 0.89 0.25
Hex 77 2B 7 0 40 5E 35 13 59 19
Octal 167 53 7 0 100 136 65 23 131 31
Binary 1110111 101011 111 0 1000000 1011110 110101 10011 1011001 11001

Color Harmonies of #772B07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772B07

Black with #772B07

Text Example


Text Example

White with #772B07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772B07; }

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

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

background-color css

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

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

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

border-color css

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

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

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