Html Css Color HEX #773718 Peru Tan

📋 copy color: '#773718'

red 119 ◦ green 55 ◦ blue 24

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

Shades of Peru Tan #773718

Tints of Peru Tan #773718

RGB

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

 GREEN value IS 55 (21.88% from 255) = 27.78%

 BLUE value IS 24 (9.77% from 255) = 12.12%

R = 60.1%
G = 27.78%
B = 12.12%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.80

 K value IS 0.53

RGB Variations

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

Color information

#773718 (or 0x773718) is known color: Peru Tan. HEX triplet: 77, 37 and 18. RGB value is (119,55,24). Sum of RGB (Red+Green+Blue) = 119+55+24=198 (26% of max value = 765). Red value is 119 (46.88% from 255 or 60.10% from 198); Green value is 55 (21.88% from 255 or 27.78% from 198); Blue value is 24 (9.77% from 255 or 12.12% from 198); Max value from RGB is 119 - color contains mainly: red. Hex color #773718 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #773718 is #88C8E7. Grayscale: #464646. Windows color (decimal): -8964328 or 1587063. OLE color: 1587063.

HSL color Cylindrical-coordinate representation of color #773718: hue angle of 19.58º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #773718 is Cyan = 0, Magento = 0.54, Yellow = 0.80 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 55 24 -
CMYK 0 0.54 0.80 0.53
HSL 19.58º 0.66% 0.28% -
HSV(B) 19.58º 0.8% 0.47% -
XYZ 9.14 6.72 1.68 -
YUV 70.6 101.7 162.52 -
System Red Green Blue C M Y K H S L
Decimal 119 55 24 0 0.54 0.80 0.53 19.58 0.66 0.28
Hex 77 37 18 0 36 50 35 14 42 1C
Octal 167 67 30 0 66 120 65 24 102 34
Binary 1110111 110111 11000 0 110110 1010000 110101 10100 1000010 11100

Color Harmonies of #773718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773718

Black with #773718

Text Example


Text Example

White with #773718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773718; }

 p { color: rgb(119,55,24); }

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

background-color css

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

 a { background-color: rgb(119,55,24); }

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

border-color css

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

 span { border-color: rgb(119,55,24); }

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