Html Css Color HEX #772804 Peru Tan

📋 copy color: '#772804'

red 119 ◦ green 40 ◦ blue 4

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

Shades of Peru Tan #772804

Tints of Peru Tan #772804

RGB

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

 GREEN value IS 40 (16.02% from 255) = 24.54%

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

R = 73.01%
G = 24.54%
B = 2.45%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.97

 K value IS 0.53

RGB Variations

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

Color information

#772804 (or 0x772804) is known color: Peru Tan. HEX triplet: 77, 28 and 04. RGB value is (119,40,4). Sum of RGB (Red+Green+Blue) = 119+40+4=163 (21% of max value = 765). Red value is 119 (46.88% from 255 or 73.01% from 163); Green value is 40 (16.02% from 255 or 24.54% from 163); Blue value is 4 (1.95% from 255 or 2.45% from 163); Max value from RGB is 119 - color contains mainly: red. Hex color #772804 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772804 is #88D7FB. Grayscale: #3B3B3B. Windows color (decimal): -8968188 or 272503. OLE color: 272503.

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

Color convert

RGB 119 40 4 -
CMYK 0 0.66 0.97 0.53
HSL 18.78º 0.93% 0.24% -
HSV(B) 18.78º 0.97% 0.47% -
XYZ 8.39 5.45 0.72 -
YUV 59.52 96.67 170.43 -
System Red Green Blue C M Y K H S L
Decimal 119 40 4 0 0.66 0.97 0.53 18.78 0.93 0.24
Hex 77 28 4 0 42 61 35 13 5D 18
Octal 167 50 4 0 102 141 65 23 135 30
Binary 1110111 101000 100 0 1000010 1100001 110101 10011 1011101 11000

Color Harmonies of #772804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772804

Black with #772804

Text Example


Text Example

White with #772804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772804; }

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

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

background-color css

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

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

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

border-color css

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

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

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