Html Css Color HEX #762706 Peru Tan

📋 copy color: '#762706'

red 118 ◦ green 39 ◦ blue 6

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

Shades of Peru Tan #762706

Tints of Peru Tan #762706

RGB

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

 GREEN value IS 39 (15.63% from 255) = 23.93%

 BLUE value IS 6 (2.73% from 255) = 3.68%

R = 72.39%
G = 23.93%
B = 3.68%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.95

 K value IS 0.54

RGB Variations

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

Color information

#762706 (or 0x762706) is known color: Peru Tan. HEX triplet: 76, 27 and 06. RGB value is (118,39,6). Sum of RGB (Red+Green+Blue) = 118+39+6=163 (21% of max value = 765). Red value is 118 (46.48% from 255 or 72.39% from 163); Green value is 39 (15.62% from 255 or 23.93% from 163); Blue value is 6 (2.73% from 255 or 3.68% from 163); Max value from RGB is 118 - color contains mainly: red. Hex color #762706 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762706 is #89D8F9. Grayscale: #3B3B3B. Windows color (decimal): -9033978 or 403318. OLE color: 403318.

HSL color Cylindrical-coordinate representation of color #762706: hue angle of 17.68º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #762706 is Cyan = 0, Magento = 0.67, Yellow = 0.95 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 39 6 -
CMYK 0 0.67 0.95 0.54
HSL 17.68º 0.9% 0.24% -
HSV(B) 17.68º 0.95% 0.46% -
XYZ 8.23 5.32 0.76 -
YUV 58.86 98.17 170.18 -
System Red Green Blue C M Y K H S L
Decimal 118 39 6 0 0.67 0.95 0.54 17.68 0.9 0.24
Hex 76 27 6 0 43 5F 36 12 5A 18
Octal 166 47 6 0 103 137 66 22 132 30
Binary 1110110 100111 110 0 1000011 1011111 110110 10010 1011010 11000

Color Harmonies of #762706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762706

Black with #762706

Text Example


Text Example

White with #762706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762706; }

 p { color: rgb(118,39,6); }

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

background-color css

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

 a { background-color: rgb(118,39,6); }

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

border-color css

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

 span { border-color: rgb(118,39,6); }

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