#75374A

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

Shades of Camelot #75374A

Tints of Camelot #75374A

Color information

#75374A (or 0x75374A) is unknown color: approx Camelot. HEX triplet: 75, 37 and 4A. RGB value is (117,55,74). Sum of RGB (Red+Green+Blue) = 117+55+74=246 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.56% from 246); Green value is 55 (21.88% from 255 or 22.36% from 246); Blue value is 74 (29.30% from 255 or 30.08% from 246); Max value from RGB is 117 - color contains mainly: red. Hex color #75374A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75374A is #8AC8B5. Grayscale: #4B4B4B. Windows color (decimal): -9095350 or 4863861. OLE color: 4863861.

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

Color convert

RGB1175574-
CMYK00.530.370.54
HSL341.61º36.05%33.73%-
HSV(B)341.61º52.99%45.88%-
XYZ9.947.017.31-
YUV75.7127.04157.46-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 47.56%
GREEN value IS 55 (21.88% from 255) = 22.36%
BLUE value IS 74 (29.30% from 255) = 30.08%
R=47.56%
G=22.36%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.37
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117557400.530.370.54341.6136.0533.73
Hex75374A03525361562422
Octal1656711206545665264442
Binary111010111011110010100110101100101110110101010110100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75374A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75374A; }

 p { color: rgb(117,55,74); }

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

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

 a { background-color: rgb(117,55,74); }

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

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

 span { border-color: rgb(117,55,74); }

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