Html Css Color HEX #784A54 Camelot

📋 copy color: '#784A54'

red 120 ◦ green 74 ◦ blue 84

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

Shades of Camelot #784A54

Tints of Camelot #784A54

RGB

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

 GREEN value IS 74 (29.3% from 255) = 26.62%

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

R = 43.17%
G = 26.62%
B = 30.22%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.3

 K value IS 0.53

RGB Variations

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

Color information

#784A54 (or 0x784A54) is known color: Camelot. HEX triplet: 78, 4A and 54. RGB value is (120,74,84). Sum of RGB (Red+Green+Blue) = 120+74+84=278 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.17% from 278); Green value is 74 (29.30% from 255 or 26.62% from 278); Blue value is 84 (33.20% from 255 or 30.22% from 278); Max value from RGB is 120 - color contains mainly: red. Hex color #784A54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #784A54 is #87B5AB. Grayscale: #585858. Windows color (decimal): -8893868 or 5524088. OLE color: 5524088.

HSL color Cylindrical-coordinate representation of color #784A54: hue angle of 346.96º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #784A54 is Cyan = 0, Magento = 0.38, Yellow = 0.3 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 74 84 -
CMYK 0 0.38 0.3 0.53
HSL 346.96º 0.24% 0.38% -
HSV(B) 346.96º 0.38% 0.47% -
XYZ 11.79 9.53 9.61 -
YUV 88.89 125.24 150.19 -
System Red Green Blue C M Y K H S L
Decimal 120 74 84 0 0.38 0.3 0.53 346.96 0.24 0.38
Hex 78 4A 54 0 26 1E 35 15B 18 26
Octal 170 112 124 0 46 36 65 533 30 46
Binary 1111000 1001010 1010100 0 100110 11110 110101 101011011 11000 100110

Color Harmonies of #784A54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784A54

Black with #784A54

Text Example


Text Example

White with #784A54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #784A54; }

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

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

background-color css

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

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

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

border-color css

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

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

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