Html Css Color HEX #772901 Peru Tan

📋 copy color: '#772901'

red 119 ◦ green 41 ◦ blue 1

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

Shades of Peru Tan #772901

Tints of Peru Tan #772901

RGB

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

 GREEN value IS 41 (16.41% from 255) = 25.47%

 BLUE value IS 1 (0.78% from 255) = 0.62%

R = 73.91%
G = 25.47%
B = 0.62%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.99

 K value IS 0.53

RGB Variations

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

Color information

#772901 (or 0x772901) is known color: Peru Tan. HEX triplet: 77, 29 and 01. RGB value is (119,41,1). Sum of RGB (Red+Green+Blue) = 119+41+1=161 (21% of max value = 765). Red value is 119 (46.88% from 255 or 73.91% from 161); Green value is 41 (16.41% from 255 or 25.47% from 161); Blue value is 1 (0.78% from 255 or 0.62% from 161); Max value from RGB is 119 - color contains mainly: red. Hex color #772901 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772901 is #88D6FE. Grayscale: #3B3B3B. Windows color (decimal): -8967935 or 76151. OLE color: 76151.

HSL color Cylindrical-coordinate representation of color #772901: hue angle of 20.34º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #772901 is Cyan = 0, Magento = 0.66, Yellow = 0.99 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 41 1 -
CMYK 0 0.66 0.99 0.53
HSL 20.34º 0.98% 0.24% -
HSV(B) 20.34º 0.99% 0.47% -
XYZ 8.41 5.51 0.65 -
YUV 59.76 94.84 170.25 -
System Red Green Blue C M Y K H S L
Decimal 119 41 1 0 0.66 0.99 0.53 20.34 0.98 0.24
Hex 77 29 1 0 42 63 35 14 62 18
Octal 167 51 1 0 102 143 65 24 142 30
Binary 1110111 101001 1 0 1000010 1100011 110101 10100 1100010 11000

Color Harmonies of #772901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772901

Black with #772901

Text Example


Text Example

White with #772901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772901; }

 p { color: rgb(119,41,1); }

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

background-color css

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

 a { background-color: rgb(119,41,1); }

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

border-color css

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

 span { border-color: rgb(119,41,1); }

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