Html Css Color HEX #772704 Peru Tan

📋 copy color: '#772704'

red 119 ◦ green 39 ◦ blue 4

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

Shades of Peru Tan #772704

Tints of Peru Tan #772704

RGB

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

 GREEN value IS 39 (15.63% from 255) = 24.07%

 BLUE value IS 4 (1.95% from 255) = 2.47%

R = 73.46%
G = 24.07%
B = 2.47%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.97

 K value IS 0.53

RGB Variations

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

Color information

#772704 (or 0x772704) is known color: Peru Tan. HEX triplet: 77, 27 and 04. RGB value is (119,39,4). Sum of RGB (Red+Green+Blue) = 119+39+4=162 (21% of max value = 765). Red value is 119 (46.88% from 255 or 73.46% from 162); Green value is 39 (15.62% from 255 or 24.07% from 162); Blue value is 4 (1.95% from 255 or 2.47% from 162); Max value from RGB is 119 - color contains mainly: red. Hex color #772704 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772704 is #88D8FB. Grayscale: #3B3B3B. Windows color (decimal): -8968444 or 272247. OLE color: 272247.

HSL color Cylindrical-coordinate representation of color #772704: hue angle of 18.26º degrees, saturation: 0.93, 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 #772704 is Cyan = 0, Magento = 0.67, Yellow = 0.97 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 39 4 -
CMYK 0 0.67 0.97 0.53
HSL 18.26º 0.93% 0.24% -
HSV(B) 18.26º 0.97% 0.47% -
XYZ 8.36 5.38 0.71 -
YUV 58.93 97 170.85 -
System Red Green Blue C M Y K H S L
Decimal 119 39 4 0 0.67 0.97 0.53 18.26 0.93 0.24
Hex 77 27 4 0 43 61 35 12 5D 18
Octal 167 47 4 0 103 141 65 22 135 30
Binary 1110111 100111 100 0 1000011 1100001 110101 10010 1011101 11000

Color Harmonies of #772704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772704

Black with #772704

Text Example


Text Example

White with #772704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772704; }

 p { color: rgb(119,39,4); }

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

background-color css

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

 a { background-color: rgb(119,39,4); }

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

border-color css

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

 span { border-color: rgb(119,39,4); }

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