Html Css Color HEX #772E03 Peru Tan

📋 copy color: '#772E03'

red 119 ◦ green 46 ◦ blue 3

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

Shades of Peru Tan #772E03

Tints of Peru Tan #772E03

RGB

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

 GREEN value IS 46 (18.36% from 255) = 27.38%

 BLUE value IS 3 (1.56% from 255) = 1.79%

R = 70.83%
G = 27.38%
B = 1.79%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.97

 K value IS 0.53

RGB Variations

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

Color information

#772E03 (or 0x772E03) is known color: Peru Tan. HEX triplet: 77, 2E and 03. RGB value is (119,46,3). Sum of RGB (Red+Green+Blue) = 119+46+3=168 (22% of max value = 765). Red value is 119 (46.88% from 255 or 70.83% from 168); Green value is 46 (18.36% from 255 or 27.38% from 168); Blue value is 3 (1.56% from 255 or 1.79% from 168); Max value from RGB is 119 - color contains mainly: red. Hex color #772E03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772E03 is #88D1FC. Grayscale: #3F3F3F. Windows color (decimal): -8966653 or 208503. OLE color: 208503.

HSL color Cylindrical-coordinate representation of color #772E03: hue angle of 22.24º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #772E03 is Cyan = 0, Magento = 0.61, Yellow = 0.97 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 46 3 -
CMYK 0 0.61 0.97 0.53
HSL 22.24º 0.95% 0.24% -
HSV(B) 22.24º 0.97% 0.47% -
XYZ 8.6 5.88 0.77 -
YUV 62.93 94.18 168 -
System Red Green Blue C M Y K H S L
Decimal 119 46 3 0 0.61 0.97 0.53 22.24 0.95 0.24
Hex 77 2E 3 0 3D 61 35 16 5F 18
Octal 167 56 3 0 75 141 65 26 137 30
Binary 1110111 101110 11 0 111101 1100001 110101 10110 1011111 11000

Color Harmonies of #772E03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772E03

Black with #772E03

Text Example


Text Example

White with #772E03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,46,3); }

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

background-color css

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

 a { background-color: rgb(119,46,3); }

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

border-color css

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

 span { border-color: rgb(119,46,3); }

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