Html Css Color HEX #77351A Peru Tan

📋 copy color: '#77351A'

red 119 ◦ green 53 ◦ blue 26

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

Shades of Peru Tan #77351A

Tints of Peru Tan #77351A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 26.77%

 BLUE value IS 26 (10.55% from 255) = 13.13%

R = 60.1%
G = 26.77%
B = 13.13%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.78

 K value IS 0.53

RGB Variations

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

Color information

#77351A (or 0x77351A) is known color: Peru Tan. HEX triplet: 77, 35 and 1A. RGB value is (119,53,26). Sum of RGB (Red+Green+Blue) = 119+53+26=198 (26% of max value = 765). Red value is 119 (46.88% from 255 or 60.10% from 198); Green value is 53 (21.09% from 255 or 26.77% from 198); Blue value is 26 (10.55% from 255 or 13.13% from 198); Max value from RGB is 119 - color contains mainly: red. Hex color #77351A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77351A is #88CAE5. Grayscale: #454545. Windows color (decimal): -8964838 or 1717623. OLE color: 1717623.

HSL color Cylindrical-coordinate representation of color #77351A: hue angle of 17.42º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #77351A is Cyan = 0, Magento = 0.55, Yellow = 0.78 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 53 26 -
CMYK 0 0.55 0.78 0.53
HSL 17.42º 0.64% 0.28% -
HSV(B) 17.42º 0.78% 0.47% -
XYZ 9.07 6.54 1.76 -
YUV 69.66 103.37 163.2 -
System Red Green Blue C M Y K H S L
Decimal 119 53 26 0 0.55 0.78 0.53 17.42 0.64 0.28
Hex 77 35 1A 0 37 4E 35 11 40 1C
Octal 167 65 32 0 67 116 65 21 100 34
Binary 1110111 110101 11010 0 110111 1001110 110101 10001 1000000 11100

Color Harmonies of #77351A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77351A

Black with #77351A

Text Example


Text Example

White with #77351A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77351A; }

 p { color: rgb(119,53,26); }

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

background-color css

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

 a { background-color: rgb(119,53,26); }

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

border-color css

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

 span { border-color: rgb(119,53,26); }

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