Html Css Color HEX #752706 Peru Tan

📋 copy color: '#752706'

red 117 ◦ green 39 ◦ blue 6

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

Shades of Peru Tan #752706

Tints of Peru Tan #752706

RGB

 RED value IS 117 (46.09% from 255) = 72.22%

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

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

R = 72.22%
G = 24.07%
B = 3.7%

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

#752706 (or 0x752706) is known color: Peru Tan. HEX triplet: 75, 27 and 06. RGB value is (117,39,6). Sum of RGB (Red+Green+Blue) = 117+39+6=162 (21% of max value = 765). Red value is 117 (46.09% from 255 or 72.22% from 162); Green value is 39 (15.62% from 255 or 24.07% from 162); Blue value is 6 (2.73% from 255 or 3.70% from 162); Max value from RGB is 117 - color contains mainly: red. Hex color #752706 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752706 is #8AD8F9. Grayscale: #3A3A3A. Windows color (decimal): -9099514 or 403317. OLE color: 403317.

HSL color Cylindrical-coordinate representation of color #752706: hue angle of 17.84º 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 #752706 is Cyan = 0, Magento = 0.67, Yellow = 0.95 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 39 6 -
CMYK 0 0.67 0.95 0.54
HSL 17.84º 0.9% 0.24% -
HSV(B) 17.84º 0.95% 0.46% -
XYZ 8.09 5.25 0.76 -
YUV 58.56 98.34 169.68 -
System Red Green Blue C M Y K H S L
Decimal 117 39 6 0 0.67 0.95 0.54 17.84 0.9 0.24
Hex 75 27 6 0 43 5F 36 12 5A 18
Octal 165 47 6 0 103 137 66 22 132 30
Binary 1110101 100111 110 0 1000011 1011111 110110 10010 1011010 11000

Color Harmonies of #752706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752706

Black with #752706

Text Example


Text Example

White with #752706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752706; }

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

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

background-color css

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

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

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

border-color css

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

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

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