Html Css Color HEX #77341A Peru Tan

📋 copy color: '#77341A'

red 119 ◦ green 52 ◦ blue 26

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

Shades of Peru Tan #77341A

Tints of Peru Tan #77341A

RGB

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

 GREEN value IS 52 (20.7% from 255) = 26.4%

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

R = 60.41%
G = 26.4%
B = 13.2%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.78

 K value IS 0.53

RGB Variations

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

Color information

#77341A (or 0x77341A) is known color: Peru Tan. HEX triplet: 77, 34 and 1A. RGB value is (119,52,26). Sum of RGB (Red+Green+Blue) = 119+52+26=197 (26% of max value = 765). Red value is 119 (46.88% from 255 or 60.41% from 197); Green value is 52 (20.70% from 255 or 26.40% from 197); Blue value is 26 (10.55% from 255 or 13.20% from 197); Max value from RGB is 119 - color contains mainly: red. Hex color #77341A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77341A is #88CBE5. Grayscale: #454545. Windows color (decimal): -8965094 or 1717367. OLE color: 1717367.

HSL color Cylindrical-coordinate representation of color #77341A: hue angle of 16.77º 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 #77341A is Cyan = 0, Magento = 0.56, Yellow = 0.78 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 52 26 -
CMYK 0 0.56 0.78 0.53
HSL 16.77º 0.64% 0.28% -
HSV(B) 16.77º 0.78% 0.47% -
XYZ 9.02 6.45 1.75 -
YUV 69.07 103.7 163.61 -
System Red Green Blue C M Y K H S L
Decimal 119 52 26 0 0.56 0.78 0.53 16.77 0.64 0.28
Hex 77 34 1A 0 38 4E 35 11 40 1C
Octal 167 64 32 0 70 116 65 21 100 34
Binary 1110111 110100 11010 0 111000 1001110 110101 10001 1000000 11100

Color Harmonies of #77341A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77341A

Black with #77341A

Text Example


Text Example

White with #77341A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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