Html Css Color HEX #77351B Peru Tan

📋 copy color: '#77351B'

red 119 ◦ green 53 ◦ blue 27

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

Shades of Peru Tan #77351B

Tints of Peru Tan #77351B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 13.57%

R = 59.8%
G = 26.63%
B = 13.57%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.77

 K value IS 0.53

RGB Variations

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

Color information

#77351B (or 0x77351B) is known color: Peru Tan. HEX triplet: 77, 35 and 1B. RGB value is (119,53,27). Sum of RGB (Red+Green+Blue) = 119+53+27=199 (26% of max value = 765). Red value is 119 (46.88% from 255 or 59.80% from 199); Green value is 53 (21.09% from 255 or 26.63% from 199); Blue value is 27 (10.94% from 255 or 13.57% from 199); Max value from RGB is 119 - color contains mainly: red. Hex color #77351B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77351B is #88CAE4. Grayscale: #454545. Windows color (decimal): -8964837 or 1783159. OLE color: 1783159.

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

Color convert

RGB 119 53 27 -
CMYK 0 0.55 0.77 0.53
HSL 16.96º 0.63% 0.29% -
HSV(B) 16.96º 0.77% 0.47% -
XYZ 9.08 6.55 1.82 -
YUV 69.77 103.87 163.11 -
System Red Green Blue C M Y K H S L
Decimal 119 53 27 0 0.55 0.77 0.53 16.96 0.63 0.29
Hex 77 35 1B 0 37 4D 35 11 3F 1D
Octal 167 65 33 0 67 115 65 21 77 35
Binary 1110111 110101 11011 0 110111 1001101 110101 10001 111111 11101

Color Harmonies of #77351B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77351B

Black with #77351B

Text Example


Text Example

White with #77351B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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