Html Css Color HEX #783B50 Camelot

📋 copy color: '#783B50'

red 120 ◦ green 59 ◦ blue 80

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

Shades of Camelot #783B50

Tints of Camelot #783B50

RGB

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

 GREEN value IS 59 (23.44% from 255) = 22.78%

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

R = 46.33%
G = 22.78%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.33

 K value IS 0.53

RGB Variations

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

Color information

#783B50 (or 0x783B50) is known color: Camelot. HEX triplet: 78, 3B and 50. RGB value is (120,59,80). Sum of RGB (Red+Green+Blue) = 120+59+80=259 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.33% from 259); Green value is 59 (23.44% from 255 or 22.78% from 259); Blue value is 80 (31.64% from 255 or 30.89% from 259); Max value from RGB is 120 - color contains mainly: red. Hex color #783B50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #783B50 is #87C4AF. Grayscale: #4F4F4F. Windows color (decimal): -8897712 or 5258104. OLE color: 5258104.

HSL color Cylindrical-coordinate representation of color #783B50: hue angle of 339.34º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #783B50 is Cyan = 0, Magento = 0.51, Yellow = 0.33 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 59 80 -
CMYK 0 0.51 0.33 0.53
HSL 339.34º 0.34% 0.35% -
HSV(B) 339.34º 0.51% 0.47% -
XYZ 10.76 7.7 8.51 -
YUV 79.63 128.21 156.79 -
System Red Green Blue C M Y K H S L
Decimal 120 59 80 0 0.51 0.33 0.53 339.34 0.34 0.35
Hex 78 3B 50 0 33 21 35 153 22 23
Octal 170 73 120 0 63 41 65 523 42 43
Binary 1111000 111011 1010000 0 110011 100001 110101 101010011 100010 100011

Color Harmonies of #783B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #783B50

Black with #783B50

Text Example


Text Example

White with #783B50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #783B50; }

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

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

background-color css

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

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

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

border-color css

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

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

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