Html Css Color HEX #772F01 Peru Tan

📋 copy color: '#772F01'

red 119 ◦ green 47 ◦ blue 1

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

Shades of Peru Tan #772F01

Tints of Peru Tan #772F01

RGB

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

 GREEN value IS 47 (18.75% from 255) = 28.14%

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

R = 71.26%
G = 28.14%
B = 0.6%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.99

 K value IS 0.53

RGB Variations

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

Color information

#772F01 (or 0x772F01) is known color: Peru Tan. HEX triplet: 77, 2F and 01. RGB value is (119,47,1). Sum of RGB (Red+Green+Blue) = 119+47+1=167 (22% of max value = 765). Red value is 119 (46.88% from 255 or 71.26% from 167); Green value is 47 (18.75% from 255 or 28.14% from 167); Blue value is 1 (0.78% from 255 or 0.60% from 167); Max value from RGB is 119 - color contains mainly: red. Hex color #772F01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772F01 is #88D0FE. Grayscale: #3F3F3F. Windows color (decimal): -8966399 or 77687. OLE color: 77687.

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

Color convert

RGB 119 47 1 -
CMYK 0 0.61 0.99 0.53
HSL 23.39º 0.98% 0.24% -
HSV(B) 23.39º 0.99% 0.47% -
XYZ 8.63 5.96 0.72 -
YUV 63.28 92.85 167.74 -
System Red Green Blue C M Y K H S L
Decimal 119 47 1 0 0.61 0.99 0.53 23.39 0.98 0.24
Hex 77 2F 1 0 3D 63 35 17 62 18
Octal 167 57 1 0 75 143 65 27 142 30
Binary 1110111 101111 1 0 111101 1100011 110101 10111 1100010 11000

Color Harmonies of #772F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772F01

Black with #772F01

Text Example


Text Example

White with #772F01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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