Html Css Color HEX #763822 Peru Tan

📋 copy color: '#763822'

red 118 ◦ green 56 ◦ blue 34

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

Shades of Peru Tan #763822

Tints of Peru Tan #763822

RGB

 RED value IS 118 (46.48% from 255) = 56.73%

 GREEN value IS 56 (22.27% from 255) = 26.92%

 BLUE value IS 34 (13.67% from 255) = 16.35%

R = 56.73%
G = 26.92%
B = 16.35%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.71

 K value IS 0.54

RGB Variations

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

Color information

#763822 (or 0x763822) is known color: Peru Tan. HEX triplet: 76, 38 and 22. RGB value is (118,56,34). Sum of RGB (Red+Green+Blue) = 118+56+34=208 (27% of max value = 765). Red value is 118 (46.48% from 255 or 56.73% from 208); Green value is 56 (22.27% from 255 or 26.92% from 208); Blue value is 34 (13.67% from 255 or 16.35% from 208); Max value from RGB is 118 - color contains mainly: red. Hex color #763822 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763822 is #89C7DD. Grayscale: #484848. Windows color (decimal): -9029598 or 2242678. OLE color: 2242678.

HSL color Cylindrical-coordinate representation of color #763822: hue angle of 15.71º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #763822 is Cyan = 0, Magento = 0.53, Yellow = 0.71 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 56 34 -
CMYK 0 0.53 0.71 0.54
HSL 15.71º 0.55% 0.3% -
HSV(B) 15.71º 0.71% 0.46% -
XYZ 9.17 6.8 2.34 -
YUV 72.03 106.54 160.79 -
System Red Green Blue C M Y K H S L
Decimal 118 56 34 0 0.53 0.71 0.54 15.71 0.55 0.3
Hex 76 38 22 0 35 47 36 10 37 1E
Octal 166 70 42 0 65 107 66 20 67 36
Binary 1110110 111000 100010 0 110101 1000111 110110 10000 110111 11110

Color Harmonies of #763822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763822

Black with #763822

Text Example


Text Example

White with #763822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763822; }

 p { color: rgb(118,56,34); }

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

background-color css

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

 a { background-color: rgb(118,56,34); }

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

border-color css

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

 span { border-color: rgb(118,56,34); }

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