Html Css Color HEX #784550 Camelot

📋 copy color: '#784550'

red 120 ◦ green 69 ◦ blue 80

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

Shades of Camelot #784550

Tints of Camelot #784550

RGB

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

 GREEN value IS 69 (27.34% from 255) = 25.65%

 BLUE value IS 80 (31.64% from 255) = 29.74%

R = 44.61%
G = 25.65%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.33

 K value IS 0.53

RGB Variations

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

Color information

#784550 (or 0x784550) is known color: Camelot. HEX triplet: 78, 45 and 50. RGB value is (120,69,80). Sum of RGB (Red+Green+Blue) = 120+69+80=269 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.61% from 269); Green value is 69 (27.34% from 255 or 25.65% from 269); Blue value is 80 (31.64% from 255 or 29.74% from 269); Max value from RGB is 120 - color contains mainly: red. Hex color #784550 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #784550 is #87BAAF. Grayscale: #555555. Windows color (decimal): -8895152 or 5260664. OLE color: 5260664.

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

Color convert

RGB 120 69 80 -
CMYK 0 0.42 0.33 0.53
HSL 347.06º 0.27% 0.37% -
HSV(B) 347.06º 0.43% 0.47% -
XYZ 11.32 8.83 8.7 -
YUV 85.5 124.9 152.61 -
System Red Green Blue C M Y K H S L
Decimal 120 69 80 0 0.42 0.33 0.53 347.06 0.27 0.37
Hex 78 45 50 0 2A 21 35 15B 1B 25
Octal 170 105 120 0 52 41 65 533 33 45
Binary 1111000 1000101 1010000 0 101010 100001 110101 101011011 11011 100101

Color Harmonies of #784550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784550

Black with #784550

Text Example


Text Example

White with #784550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #784550; }

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

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

background-color css

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

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

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

border-color css

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

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

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