#75434E

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

Shades of Camelot #75434E

Tints of Camelot #75434E

Color information

#75434E (or 0x75434E) is unknown color: approx Camelot. HEX triplet: 75, 43 and 4E. RGB value is (117,67,78). Sum of RGB (Red+Green+Blue) = 117+67+78=262 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.66% from 262); Green value is 67 (26.56% from 255 or 25.57% from 262); Blue value is 78 (30.86% from 255 or 29.77% from 262); Max value from RGB is 117 - color contains mainly: red. Hex color #75434E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75434E is #8ABCB1. Grayscale: #535353. Windows color (decimal): -9092274 or 5129077. OLE color: 5129077.

HSL color Cylindrical-coordinate representation of color #75434E: hue angle of 346.8º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #75434E is Cyan = 0, Magento = 0.43, Yellow = 0.33 and Black (K on CMYK) = 0.54.

Color convert

RGB1176778-
CMYK00.430.330.54
HSL346.8º27.17%36.08%-
HSV(B)346.8º42.74%45.88%-
XYZ10.728.358.25-
YUV83.2125.06152.11-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 44.66%
GREEN value IS 67 (26.56% from 255) = 25.57%
BLUE value IS 78 (30.86% from 255) = 29.77%
R=44.66%
G=25.57%
B=29.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.33
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117677800.430.330.54346.827.1736.08
Hex75434E02B213615b1b24
Octal16510311605341665333344
Binary111010110000111001110010101110000111011010101101111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75434E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75434E; }

 p { color: rgb(117,67,78); }

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

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

 a { background-color: rgb(117,67,78); }

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

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

 span { border-color: rgb(117,67,78); }

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