Html Css Color HEX #763B1B Peru Tan

📋 copy color: '#763B1B'

red 118 ◦ green 59 ◦ blue 27

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

Shades of Peru Tan #763B1B

Tints of Peru Tan #763B1B

RGB

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

 GREEN value IS 59 (23.44% from 255) = 28.92%

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

R = 57.84%
G = 28.92%
B = 13.24%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.77

 K value IS 0.54

RGB Variations

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

Color information

#763B1B (or 0x763B1B) is known color: Peru Tan. HEX triplet: 76, 3B and 1B. RGB value is (118,59,27). Sum of RGB (Red+Green+Blue) = 118+59+27=204 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.84% from 204); Green value is 59 (23.44% from 255 or 28.92% from 204); Blue value is 27 (10.94% from 255 or 13.24% from 204); Max value from RGB is 118 - color contains mainly: red. Hex color #763B1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763B1B is #89C4E4. Grayscale: #494949. Windows color (decimal): -9028837 or 1784694. OLE color: 1784694.

HSL color Cylindrical-coordinate representation of color #763B1B: hue angle of 21.1º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #763B1B is Cyan = 0, Magento = 0.50, Yellow = 0.77 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 59 27 -
CMYK 0 0.50 0.77 0.54
HSL 21.1º 0.63% 0.28% -
HSV(B) 21.1º 0.77% 0.46% -
XYZ 9.23 7.06 1.91 -
YUV 72.99 102.05 160.1 -
System Red Green Blue C M Y K H S L
Decimal 118 59 27 0 0.50 0.77 0.54 21.1 0.63 0.28
Hex 76 3B 1B 0 32 4D 36 15 3F 1C
Octal 166 73 33 0 62 115 66 25 77 34
Binary 1110110 111011 11011 0 110010 1001101 110110 10101 111111 11100

Color Harmonies of #763B1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763B1B

Black with #763B1B

Text Example


Text Example

White with #763B1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763B1B; }

 p { color: rgb(118,59,27); }

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

background-color css

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

 a { background-color: rgb(118,59,27); }

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

border-color css

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

 span { border-color: rgb(118,59,27); }

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