Html Css Color HEX #77431E Peru Tan

📋 copy color: '#77431E'

red 119 ◦ green 67 ◦ blue 30

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

Shades of Peru Tan #77431E

Tints of Peru Tan #77431E

RGB

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

 GREEN value IS 67 (26.56% from 255) = 31.02%

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

R = 55.09%
G = 31.02%
B = 13.89%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.75

 K value IS 0.53

RGB Variations

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

Color information

#77431E (or 0x77431E) is known color: Peru Tan. HEX triplet: 77, 43 and 1E. RGB value is (119,67,30). Sum of RGB (Red+Green+Blue) = 119+67+30=216 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.09% from 216); Green value is 67 (26.56% from 255 or 31.02% from 216); Blue value is 30 (12.11% from 255 or 13.89% from 216); Max value from RGB is 119 - color contains mainly: red. Hex color #77431E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77431E is #88BCE1. Grayscale: #4E4E4E. Windows color (decimal): -8961250 or 1983351. OLE color: 1983351.

HSL color Cylindrical-coordinate representation of color #77431E: hue angle of 24.94º 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 #77431E is Cyan = 0, Magento = 0.44, Yellow = 0.75 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 67 30 -
CMYK 0 0.44 0.75 0.53
HSL 24.94º 0.6% 0.29% -
HSV(B) 24.94º 0.75% 0.47% -
XYZ 9.85 8.03 2.26 -
YUV 78.33 100.73 157.01 -
System Red Green Blue C M Y K H S L
Decimal 119 67 30 0 0.44 0.75 0.53 24.94 0.6 0.29
Hex 77 43 1E 0 2C 4B 35 19 3C 1D
Octal 167 103 36 0 54 113 65 31 74 35
Binary 1110111 1000011 11110 0 101100 1001011 110101 11001 111100 11101

Color Harmonies of #77431E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77431E

Black with #77431E

Text Example


Text Example

White with #77431E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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