Html Css Color HEX #763408 Peru Tan

📋 copy color: '#763408'

red 118 ◦ green 52 ◦ blue 8

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

Shades of Peru Tan #763408

Tints of Peru Tan #763408

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 4.49%

R = 66.29%
G = 29.21%
B = 4.49%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.93

 K value IS 0.54

RGB Variations

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

Color information

#763408 (or 0x763408) is known color: Peru Tan. HEX triplet: 76, 34 and 08. RGB value is (118,52,8). Sum of RGB (Red+Green+Blue) = 118+52+8=178 (23% of max value = 765). Red value is 118 (46.48% from 255 or 66.29% from 178); Green value is 52 (20.70% from 255 or 29.21% from 178); Blue value is 8 (3.52% from 255 or 4.49% from 178); Max value from RGB is 118 - color contains mainly: red. Hex color #763408 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763408 is #89CBF7. Grayscale: #424242. Windows color (decimal): -9030648 or 537718. OLE color: 537718.

HSL color Cylindrical-coordinate representation of color #763408: hue angle of 24º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #763408 is Cyan = 0, Magento = 0.56, Yellow = 0.93 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 52 8 -
CMYK 0 0.56 0.93 0.54
HSL 24º 0.87% 0.25% -
HSV(B) 24º 0.93% 0.46% -
XYZ 8.74 6.33 0.99 -
YUV 66.72 94.87 164.58 -
System Red Green Blue C M Y K H S L
Decimal 118 52 8 0 0.56 0.93 0.54 24 0.87 0.25
Hex 76 34 8 0 38 5D 36 18 57 19
Octal 166 64 10 0 70 135 66 30 127 31
Binary 1110110 110100 1000 0 111000 1011101 110110 11000 1010111 11001

Color Harmonies of #763408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763408

Black with #763408

Text Example


Text Example

White with #763408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763408; }

 p { color: rgb(118,52,8); }

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

background-color css

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

 a { background-color: rgb(118,52,8); }

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

border-color css

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

 span { border-color: rgb(118,52,8); }

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