#75444D

Color #75444D Camelot (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Camelot #75444D

Tints of Camelot #75444D

Color information

#75444D (or 0x75444D) is unknown color: approx Camelot. HEX triplet: 75, 44 and 4D. RGB value is (117,68,77). Sum of RGB (Red+Green+Blue) = 117+68+77=262 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.66% from 262); Green value is 68 (26.95% from 255 or 25.95% from 262); Blue value is 77 (30.47% from 255 or 29.39% from 262); Max value from RGB is 117 - color contains mainly: red. Hex color #75444D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75444D is #8ABBB2. Grayscale: #535353. Windows color (decimal): -9092019 or 5063797. OLE color: 5063797.

HSL color Cylindrical-coordinate representation of color #75444D: hue angle of 348.98º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #75444D is Cyan = 0, Magento = 0.42, Yellow = 0.34 and Black (K on CMYK) = 0.54.

Color convert

RGB1176877-
CMYK00.420.340.54
HSL348.98º26.49%36.27%-
HSV(B)348.98º41.88%45.88%-
XYZ10.748.458.09-
YUV83.68124.23151.77-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 44.66%
GREEN value IS 68 (26.95% from 255) = 25.95%
BLUE value IS 77 (30.47% from 255) = 29.39%
R=44.66%
G=25.95%
B=29.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.34
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117687700.420.340.54348.9826.4936.27
Hex75444D02A223615d1a24
Octal16510411505242665353244
Binary111010110001001001101010101010001011011010101110111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75444D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75444D; }

 p { color: rgb(117,68,77); }

 H1.HeaderClassName
 {
   color: #75444D;
 }
 .AnyTagClassName
 {
   color: #75444D;
 }
</style>
background-color css

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

 a { background-color: rgb(117,68,77); }

 div.DivClassName
 {
   background-color: #75444D;
 }
 .BgClassName
 {
   background-color: #75444D;
 }
</style>
border-color css

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

 span { border-color: rgb(117,68,77); }

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