Html Css Color HEX #772807 Peru Tan

📋 copy color: '#772807'

red 119 ◦ green 40 ◦ blue 7

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

Shades of Peru Tan #772807

Tints of Peru Tan #772807

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 4.22%

R = 71.69%
G = 24.1%
B = 4.22%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.94

 K value IS 0.53

RGB Variations

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

Color information

#772807 (or 0x772807) is known color: Peru Tan. HEX triplet: 77, 28 and 07. RGB value is (119,40,7). Sum of RGB (Red+Green+Blue) = 119+40+7=166 (21% of max value = 765). Red value is 119 (46.88% from 255 or 71.69% from 166); Green value is 40 (16.02% from 255 or 24.10% from 166); Blue value is 7 (3.12% from 255 or 4.22% from 166); Max value from RGB is 119 - color contains mainly: red. Hex color #772807 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772807 is #88D7F8. Grayscale: #3C3C3C. Windows color (decimal): -8968185 or 469111. OLE color: 469111.

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

Color convert

RGB 119 40 7 -
CMYK 0 0.66 0.94 0.53
HSL 17.68º 0.89% 0.25% -
HSV(B) 17.68º 0.94% 0.47% -
XYZ 8.4 5.45 0.81 -
YUV 59.86 98.17 170.18 -
System Red Green Blue C M Y K H S L
Decimal 119 40 7 0 0.66 0.94 0.53 17.68 0.89 0.25
Hex 77 28 7 0 42 5E 35 12 59 19
Octal 167 50 7 0 102 136 65 22 131 31
Binary 1110111 101000 111 0 1000010 1011110 110101 10010 1011001 11001

Color Harmonies of #772807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772807

Black with #772807

Text Example


Text Example

White with #772807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772807; }

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

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

background-color css

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

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

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

border-color css

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

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

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