Html Css Color HEX #752729 Tamarillo

📋 copy color: '#752729'

red 117 ◦ green 39 ◦ blue 41

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

Shades of Tamarillo #752729

Tints of Tamarillo #752729

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 20.81%

R = 59.39%
G = 19.8%
B = 20.81%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.65

 K value IS 0.54

RGB Variations

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

Color information

#752729 (or 0x752729) is known color: Tamarillo. HEX triplet: 75, 27 and 29. RGB value is (117,39,41). Sum of RGB (Red+Green+Blue) = 117+39+41=197 (26% of max value = 765). Red value is 117 (46.09% from 255 or 59.39% from 197); Green value is 39 (15.62% from 255 or 19.80% from 197); Blue value is 41 (16.41% from 255 or 20.81% from 197); Max value from RGB is 117 - color contains mainly: red. Hex color #752729 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752729 is #8AD8D6. Grayscale: #3E3E3E. Windows color (decimal): -9099479 or 2697077. OLE color: 2697077.

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

Color convert

RGB 117 39 41 -
CMYK 0 0.67 0.65 0.54
HSL 358.46º 0.5% 0.31% -
HSV(B) 358.46º 0.67% 0.46% -
XYZ 8.46 5.39 2.69 -
YUV 62.55 115.84 166.84 -
System Red Green Blue C M Y K H S L
Decimal 117 39 41 0 0.67 0.65 0.54 358.46 0.5 0.31
Hex 75 27 29 0 43 41 36 166 32 1F
Octal 165 47 51 0 103 101 66 546 62 37
Binary 1110101 100111 101001 0 1000011 1000001 110110 101100110 110010 11111

Color Harmonies of #752729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752729

Black with #752729

Text Example


Text Example

White with #752729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752729; }

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

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

background-color css

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

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

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

border-color css

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

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

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