Html Css Color HEX #762C08 Peru Tan

📋 copy color: '#762C08'

red 118 ◦ green 44 ◦ blue 8

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

Shades of Peru Tan #762C08

Tints of Peru Tan #762C08

RGB

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

 GREEN value IS 44 (17.58% from 255) = 25.88%

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

R = 69.41%
G = 25.88%
B = 4.71%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.93

 K value IS 0.54

RGB Variations

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

Color information

#762C08 (or 0x762C08) is known color: Peru Tan. HEX triplet: 76, 2C and 08. RGB value is (118,44,8). Sum of RGB (Red+Green+Blue) = 118+44+8=170 (22% of max value = 765). Red value is 118 (46.48% from 255 or 69.41% from 170); Green value is 44 (17.58% from 255 or 25.88% from 170); Blue value is 8 (3.52% from 255 or 4.71% from 170); Max value from RGB is 118 - color contains mainly: red. Hex color #762C08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762C08 is #89D3F7. Grayscale: #3E3E3E. Windows color (decimal): -9032696 or 535670. OLE color: 535670.

HSL color Cylindrical-coordinate representation of color #762C08: hue angle of 19.64º 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 #762C08 is Cyan = 0, Magento = 0.63, Yellow = 0.93 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 44 8 -
CMYK 0 0.63 0.93 0.54
HSL 19.64º 0.87% 0.25% -
HSV(B) 19.64º 0.93% 0.46% -
XYZ 8.42 5.67 0.88 -
YUV 62.02 97.52 167.93 -
System Red Green Blue C M Y K H S L
Decimal 118 44 8 0 0.63 0.93 0.54 19.64 0.87 0.25
Hex 76 2C 8 0 3F 5D 36 14 57 19
Octal 166 54 10 0 77 135 66 24 127 31
Binary 1110110 101100 1000 0 111111 1011101 110110 10100 1010111 11001

Color Harmonies of #762C08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762C08

Black with #762C08

Text Example


Text Example

White with #762C08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762C08; }

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

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

background-color css

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

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

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

border-color css

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

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

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