Html Css Color HEX #752607 Peru Tan

📋 copy color: '#752607'

red 117 ◦ green 38 ◦ blue 7

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

Shades of Peru Tan #752607

Tints of Peru Tan #752607

RGB

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

 GREEN value IS 38 (15.23% from 255) = 23.46%

 BLUE value IS 7 (3.13% from 255) = 4.32%

R = 72.22%
G = 23.46%
B = 4.32%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.94

 K value IS 0.54

RGB Variations

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

Color information

#752607 (or 0x752607) is known color: Peru Tan. HEX triplet: 75, 26 and 07. RGB value is (117,38,7). Sum of RGB (Red+Green+Blue) = 117+38+7=162 (21% of max value = 765). Red value is 117 (46.09% from 255 or 72.22% from 162); Green value is 38 (15.23% from 255 or 23.46% from 162); Blue value is 7 (3.12% from 255 or 4.32% from 162); Max value from RGB is 117 - color contains mainly: red. Hex color #752607 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752607 is #8AD9F8. Grayscale: #3A3A3A. Windows color (decimal): -9099769 or 468597. OLE color: 468597.

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

Color convert

RGB 117 38 7 -
CMYK 0 0.68 0.94 0.54
HSL 16.91º 0.89% 0.24% -
HSV(B) 16.91º 0.94% 0.46% -
XYZ 8.07 5.18 0.78 -
YUV 58.09 99.17 170.02 -
System Red Green Blue C M Y K H S L
Decimal 117 38 7 0 0.68 0.94 0.54 16.91 0.89 0.24
Hex 75 26 7 0 44 5E 36 11 59 18
Octal 165 46 7 0 104 136 66 21 131 30
Binary 1110101 100110 111 0 1000100 1011110 110110 10001 1011001 11000

Color Harmonies of #752607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752607

Black with #752607

Text Example


Text Example

White with #752607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752607; }

 p { color: rgb(117,38,7); }

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

background-color css

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

 a { background-color: rgb(117,38,7); }

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

border-color css

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

 span { border-color: rgb(117,38,7); }

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