Html Css Color HEX #77351E Peru Tan

📋 copy color: '#77351E'

red 119 ◦ green 53 ◦ blue 30

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

Shades of Peru Tan #77351E

Tints of Peru Tan #77351E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 14.85%

R = 58.91%
G = 26.24%
B = 14.85%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.75

 K value IS 0.53

RGB Variations

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

Color information

#77351E (or 0x77351E) is known color: Peru Tan. HEX triplet: 77, 35 and 1E. RGB value is (119,53,30). Sum of RGB (Red+Green+Blue) = 119+53+30=202 (26% of max value = 765). Red value is 119 (46.88% from 255 or 58.91% from 202); Green value is 53 (21.09% from 255 or 26.24% from 202); Blue value is 30 (12.11% from 255 or 14.85% from 202); Max value from RGB is 119 - color contains mainly: red. Hex color #77351E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77351E is #88CAE1. Grayscale: #464646. Windows color (decimal): -8964834 or 1979767. OLE color: 1979767.

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

Color convert

RGB 119 53 30 -
CMYK 0 0.55 0.75 0.53
HSL 15.51º 0.6% 0.29% -
HSV(B) 15.51º 0.75% 0.47% -
XYZ 9.12 6.56 2.01 -
YUV 70.11 105.37 162.87 -
System Red Green Blue C M Y K H S L
Decimal 119 53 30 0 0.55 0.75 0.53 15.51 0.6 0.29
Hex 77 35 1E 0 37 4B 35 10 3C 1D
Octal 167 65 36 0 67 113 65 20 74 35
Binary 1110111 110101 11110 0 110111 1001011 110101 10000 111100 11101

Color Harmonies of #77351E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77351E

Black with #77351E

Text Example


Text Example

White with #77351E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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