#75444F

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

Shades of Camelot #75444F

Tints of Camelot #75444F

Color information

#75444F (or 0x75444F) is unknown color: approx Camelot. HEX triplet: 75, 44 and 4F. RGB value is (117,68,79). Sum of RGB (Red+Green+Blue) = 117+68+79=264 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.32% from 264); Green value is 68 (26.95% from 255 or 25.76% from 264); Blue value is 79 (31.25% from 255 or 29.92% from 264); Max value from RGB is 117 - color contains mainly: red. Hex color #75444F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75444F is #8ABBB0. Grayscale: #535353. Windows color (decimal): -9092017 or 5194869. OLE color: 5194869.

HSL color Cylindrical-coordinate representation of color #75444F: hue angle of 346.53º 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 #75444F is Cyan = 0, Magento = 0.42, Yellow = 0.32 and Black (K on CMYK) = 0.54.

Color convert

RGB1176879-
CMYK00.420.320.54
HSL346.53º26.49%36.27%-
HSV(B)346.53º41.88%45.88%-
XYZ10.818.488.46-
YUV83.9125.23151.61-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 44.32%
GREEN value IS 68 (26.95% from 255) = 25.76%
BLUE value IS 79 (31.25% from 255) = 29.92%
R=44.32%
G=25.76%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.32
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117687900.420.320.54346.5326.4936.27
Hex75444F02A203615b1a24
Octal16510411705240665333244
Binary111010110001001001111010101010000011011010101101111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75444F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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