Html Css Color HEX #752627 Tamarillo

📋 copy color: '#752627'

red 117 ◦ green 38 ◦ blue 39

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

Shades of Tamarillo #752627

Tints of Tamarillo #752627

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 20.1%

R = 60.31%
G = 19.59%
B = 20.1%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.67

 K value IS 0.54

RGB Variations

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

Color information

#752627 (or 0x752627) is known color: Tamarillo. HEX triplet: 75, 26 and 27. RGB value is (117,38,39). Sum of RGB (Red+Green+Blue) = 117+38+39=194 (25% of max value = 765). Red value is 117 (46.09% from 255 or 60.31% from 194); Green value is 38 (15.23% from 255 or 19.59% from 194); Blue value is 39 (15.62% from 255 or 20.10% from 194); Max value from RGB is 117 - color contains mainly: red. Hex color #752627 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752627 is #8AD9D8. Grayscale: #3D3D3D. Windows color (decimal): -9099737 or 2565749. OLE color: 2565749.

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

Color convert

RGB 117 38 39 -
CMYK 0 0.68 0.67 0.54
HSL 359.24º 0.51% 0.3% -
HSV(B) 359.24º 0.68% 0.46% -
XYZ 8.4 5.31 2.5 -
YUV 61.74 115.17 167.42 -
System Red Green Blue C M Y K H S L
Decimal 117 38 39 0 0.68 0.67 0.54 359.24 0.51 0.3
Hex 75 26 27 0 44 43 36 167 33 1E
Octal 165 46 47 0 104 103 66 547 63 36
Binary 1110101 100110 100111 0 1000100 1000011 110110 101100111 110011 11110

Color Harmonies of #752627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752627

Black with #752627

Text Example


Text Example

White with #752627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752627; }

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

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

background-color css

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

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

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

border-color css

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

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

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