Html Css Color HEX #784354 Camelot

📋 copy color: '#784354'

red 120 ◦ green 67 ◦ blue 84

#784354
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Camelot #784354

Tints of Camelot #784354

RGB

 RED value IS 120 (47.27% from 255) = 44.28%

 GREEN value IS 67 (26.56% from 255) = 24.72%

 BLUE value IS 84 (33.2% from 255) = 31%

R = 44.28%
G = 24.72%
B = 31%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.3

 K value IS 0.53

RGB Variations

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

Color information

#784354 (or 0x784354) is known color: Camelot. HEX triplet: 78, 43 and 54. RGB value is (120,67,84). Sum of RGB (Red+Green+Blue) = 120+67+84=271 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.28% from 271); Green value is 67 (26.56% from 255 or 24.72% from 271); Blue value is 84 (33.20% from 255 or 31.00% from 271); Max value from RGB is 120 - color contains mainly: red. Hex color #784354 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #784354 is #87BCAB. Grayscale: #545454. Windows color (decimal): -8895660 or 5522296. OLE color: 5522296.

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

Color convert

RGB 120 67 84 -
CMYK 0 0.44 0.3 0.53
HSL 340.75º 0.28% 0.37% -
HSV(B) 340.75º 0.44% 0.47% -
XYZ 11.35 8.65 9.46 -
YUV 84.79 127.56 153.12 -
System Red Green Blue C M Y K H S L
Decimal 120 67 84 0 0.44 0.3 0.53 340.75 0.28 0.37
Hex 78 43 54 0 2C 1E 35 155 1C 25
Octal 170 103 124 0 54 36 65 525 34 45
Binary 1111000 1000011 1010100 0 101100 11110 110101 101010101 11100 100101

Color Harmonies of #784354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784354

Black with #784354

Text Example


Text Example

White with #784354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #784354; }

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

 H1.HeaderClassName
 {
   color: #784354;
 }
 .AnyTagClassName
 {
   color: #784354;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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