Html Css Color HEX #772B00 Peru Tan

📋 copy color: '#772B00'

red 119 ◦ green 43 ◦ blue 0

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

Shades of Peru Tan #772B00

Tints of Peru Tan #772B00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 73.46%
G = 26.54%
B = 0%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 1

 K value IS 0.53

RGB Variations

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

Color information

#772B00 (or 0x772B00) is known color: Peru Tan. HEX triplet: 77, 2B and 00. RGB value is (119,43,0). Sum of RGB (Red+Green+Blue) = 119+43+0=162 (21% of max value = 765). Red value is 119 (46.88% from 255 or 73.46% from 162); Green value is 43 (17.19% from 255 or 26.54% from 162); Blue value is 0 (0.39% from 255 or 0% from 162); Max value from RGB is 119 - color contains mainly: red. Hex color #772B00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772B00 is #88D4FF. Grayscale: #3D3D3D. Windows color (decimal): -8967424 or 11127. OLE color: 11127.

HSL color Cylindrical-coordinate representation of color #772B00: hue angle of 21.68º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #772B00 is Cyan = 0, Magento = 0.64, Yellow = 1 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 43 0 -
CMYK 0 0.64 1 0.53
HSL 21.68º 1% 0.23% -
HSV(B) 21.68º 1% 0.47% -
XYZ 8.47 5.65 0.64 -
YUV 60.82 93.68 169.5 -
System Red Green Blue C M Y K H S L
Decimal 119 43 0 0 0.64 1 0.53 21.68 1 0.23
Hex 77 2B 0 0 40 64 35 16 64 17
Octal 167 53 0 0 100 144 65 26 144 27
Binary 1110111 101011 0 0 1000000 1100100 110101 10110 1100100 10111

Color Harmonies of #772B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772B00

Black with #772B00

Text Example


Text Example

White with #772B00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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