Html Css Color HEX #752A07 Peru Tan

📋 copy color: '#752A07'

red 117 ◦ green 42 ◦ blue 7

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

Shades of Peru Tan #752A07

Tints of Peru Tan #752A07

RGB

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

 GREEN value IS 42 (16.8% from 255) = 25.3%

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

R = 70.48%
G = 25.3%
B = 4.22%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.94

 K value IS 0.54

RGB Variations

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

Color information

#752A07 (or 0x752A07) is known color: Peru Tan. HEX triplet: 75, 2A and 07. RGB value is (117,42,7). Sum of RGB (Red+Green+Blue) = 117+42+7=166 (21% of max value = 765). Red value is 117 (46.09% from 255 or 70.48% from 166); Green value is 42 (16.80% from 255 or 25.30% from 166); Blue value is 7 (3.12% from 255 or 4.22% from 166); Max value from RGB is 117 - color contains mainly: red. Hex color #752A07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752A07 is #8AD5F8. Grayscale: #3C3C3C. Windows color (decimal): -9098745 or 469621. OLE color: 469621.

HSL color Cylindrical-coordinate representation of color #752A07: hue angle of 19.09º 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 #752A07 is Cyan = 0, Magento = 0.64, Yellow = 0.94 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 42 7 -
CMYK 0 0.64 0.94 0.54
HSL 19.09º 0.89% 0.24% -
HSV(B) 19.09º 0.94% 0.46% -
XYZ 8.2 5.45 0.82 -
YUV 60.44 97.85 168.35 -
System Red Green Blue C M Y K H S L
Decimal 117 42 7 0 0.64 0.94 0.54 19.09 0.89 0.24
Hex 75 2A 7 0 40 5E 36 13 59 18
Octal 165 52 7 0 100 136 66 23 131 30
Binary 1110101 101010 111 0 1000000 1011110 110110 10011 1011001 11000

Color Harmonies of #752A07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752A07

Black with #752A07

Text Example


Text Example

White with #752A07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752A07; }

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

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

background-color css

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

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

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

border-color css

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

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

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