#784350

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

Shades of Camelot #784350

Tints of Camelot #784350

Color information

#784350 (or 0x784350) is unknown color: approx Camelot. HEX triplet: 78, 43 and 50. RGB value is (120,67,80). Sum of RGB (Red+Green+Blue) = 120+67+80=267 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.94% from 267); Green value is 67 (26.56% from 255 or 25.09% from 267); Blue value is 80 (31.64% from 255 or 29.96% from 267); Max value from RGB is 120 - color contains mainly: red. Hex color #784350 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #784350 is #87BCAF. Grayscale: #545454. Windows color (decimal): -8895664 or 5260152. OLE color: 5260152.

HSL color Cylindrical-coordinate representation of color #784350: hue angle of 345.28º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #784350 is Cyan = 0, Magento = 0.44, Yellow = 0.33 and Black (K on CMYK) = 0.53.

Color convert

RGB1206780-
CMYK00.440.330.53
HSL345.28º28.34%36.67%-
HSV(B)345.28º44.17%47.06%-
XYZ11.28.598.66-
YUV84.33125.56153.44-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 44.94%
GREEN value IS 67 (26.56% from 255) = 25.09%
BLUE value IS 80 (31.64% from 255) = 29.96%
R=44.94%
G=25.09%
B=29.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.33
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120678000.440.330.53345.2828.3436.67
Hex78435002C21351591c25
Octal17010312005441655313445
Binary111100010000111010000010110010000111010110101100111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #784350; }

 p { color: rgb(120,67,80); }

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

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

 a { background-color: rgb(120,67,80); }

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

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

 span { border-color: rgb(120,67,80); }

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