Html Css Color HEX #742D07 Peru Tan

📋 copy color: '#742D07'

red 116 ◦ green 45 ◦ blue 7

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

Shades of Peru Tan #742D07

Tints of Peru Tan #742D07

RGB

 RED value IS 116 (45.7% from 255) = 69.05%

 GREEN value IS 45 (17.97% from 255) = 26.79%

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

R = 69.05%
G = 26.79%
B = 4.17%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.94

 K value IS 0.55

RGB Variations

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

Color information

#742D07 (or 0x742D07) is known color: Peru Tan. HEX triplet: 74, 2D and 07. RGB value is (116,45,7). Sum of RGB (Red+Green+Blue) = 116+45+7=168 (22% of max value = 765). Red value is 116 (45.70% from 255 or 69.05% from 168); Green value is 45 (17.97% from 255 or 26.79% from 168); Blue value is 7 (3.12% from 255 or 4.17% from 168); Max value from RGB is 116 - color contains mainly: red. Hex color #742D07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #742D07 is #8BD2F8. Grayscale: #3E3E3E. Windows color (decimal): -9163513 or 470388. OLE color: 470388.

HSL color Cylindrical-coordinate representation of color #742D07: hue angle of 20.92º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #742D07 is Cyan = 0, Magento = 0.61, Yellow = 0.94 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 45 7 -
CMYK 0 0.61 0.94 0.55
HSL 20.92º 0.89% 0.24% -
HSV(B) 20.92º 0.94% 0.45% -
XYZ 8.18 5.61 0.85 -
YUV 61.9 97.02 166.59 -
System Red Green Blue C M Y K H S L
Decimal 116 45 7 0 0.61 0.94 0.55 20.92 0.89 0.24
Hex 74 2D 7 0 3D 5E 37 15 59 18
Octal 164 55 7 0 75 136 67 25 131 30
Binary 1110100 101101 111 0 111101 1011110 110111 10101 1011001 11000

Color Harmonies of #742D07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742D07

Black with #742D07

Text Example


Text Example

White with #742D07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742D07; }

 p { color: rgb(116,45,7); }

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

background-color css

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

 a { background-color: rgb(116,45,7); }

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

border-color css

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

 span { border-color: rgb(116,45,7); }

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