Html Css Color HEX #77341C Peru Tan

📋 copy color: '#77341C'

red 119 ◦ green 52 ◦ blue 28

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

Shades of Peru Tan #77341C

Tints of Peru Tan #77341C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 14.07%

R = 59.8%
G = 26.13%
B = 14.07%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.76

 K value IS 0.53

RGB Variations

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

Color information

#77341C (or 0x77341C) is known color: Peru Tan. HEX triplet: 77, 34 and 1C. RGB value is (119,52,28). Sum of RGB (Red+Green+Blue) = 119+52+28=199 (26% of max value = 765). Red value is 119 (46.88% from 255 or 59.80% from 199); Green value is 52 (20.70% from 255 or 26.13% from 199); Blue value is 28 (11.33% from 255 or 14.07% from 199); Max value from RGB is 119 - color contains mainly: red. Hex color #77341C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77341C is #88CBE3. Grayscale: #454545. Windows color (decimal): -8965092 or 1848439. OLE color: 1848439.

HSL color Cylindrical-coordinate representation of color #77341C: hue angle of 15.82º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #77341C is Cyan = 0, Magento = 0.56, Yellow = 0.76 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 52 28 -
CMYK 0 0.56 0.76 0.53
HSL 15.82º 0.62% 0.29% -
HSV(B) 15.82º 0.76% 0.47% -
XYZ 9.05 6.46 1.87 -
YUV 69.3 104.7 163.45 -
System Red Green Blue C M Y K H S L
Decimal 119 52 28 0 0.56 0.76 0.53 15.82 0.62 0.29
Hex 77 34 1C 0 38 4C 35 10 3E 1D
Octal 167 64 34 0 70 114 65 20 76 35
Binary 1110111 110100 11100 0 111000 1001100 110101 10000 111110 11101

Color Harmonies of #77341C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77341C

Black with #77341C

Text Example


Text Example

White with #77341C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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