#78434D

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

Shades of Camelot #78434D

Tints of Camelot #78434D

Color information

#78434D (or 0x78434D) is unknown color: approx Camelot. HEX triplet: 78, 43 and 4D. RGB value is (120,67,77). Sum of RGB (Red+Green+Blue) = 120+67+77=264 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.45% from 264); Green value is 67 (26.56% from 255 or 25.38% from 264); Blue value is 77 (30.47% from 255 or 29.17% from 264); Max value from RGB is 120 - color contains mainly: red. Hex color #78434D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78434D is #87BCB2. Grayscale: #545454. Windows color (decimal): -8895667 or 5063544. OLE color: 5063544.

HSL color Cylindrical-coordinate representation of color #78434D: hue angle of 348.68º 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 #78434D is Cyan = 0, Magento = 0.44, Yellow = 0.36 and Black (K on CMYK) = 0.53.

Color convert

RGB1206777-
CMYK00.440.360.53
HSL348.68º28.34%36.67%-
HSV(B)348.68º44.17%47.06%-
XYZ11.098.548.09-
YUV83.99124.06153.69-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 45.45%
GREEN value IS 67 (26.56% from 255) = 25.38%
BLUE value IS 77 (30.47% from 255) = 29.17%
R=45.45%
G=25.38%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.36
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120677700.440.360.53348.6828.3436.67
Hex78434D02C243515d1c25
Octal17010311505444655353445
Binary111100010000111001101010110010010011010110101110111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78434D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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