Html Css Color HEX #783C4E Camelot

📋 copy color: '#783C4E'

red 120 ◦ green 60 ◦ blue 78

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

Shades of Camelot #783C4E

Tints of Camelot #783C4E

RGB

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

 GREEN value IS 60 (23.83% from 255) = 23.26%

 BLUE value IS 78 (30.86% from 255) = 30.23%

R = 46.51%
G = 23.26%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.35

 K value IS 0.53

RGB Variations

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

Color information

#783C4E (or 0x783C4E) is known color: Camelot. HEX triplet: 78, 3C and 4E. RGB value is (120,60,78). Sum of RGB (Red+Green+Blue) = 120+60+78=258 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.51% from 258); Green value is 60 (23.83% from 255 or 23.26% from 258); Blue value is 78 (30.86% from 255 or 30.23% from 258); Max value from RGB is 120 - color contains mainly: red. Hex color #783C4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #783C4E is #87C3B1. Grayscale: #4F4F4F. Windows color (decimal): -8897458 or 5127288. OLE color: 5127288.

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

Color convert

RGB 120 60 78 -
CMYK 0 0.5 0.35 0.53
HSL 342º 0.33% 0.35% -
HSV(B) 342º 0.5% 0.47% -
XYZ 10.74 7.77 8.14 -
YUV 79.99 126.88 156.54 -
System Red Green Blue C M Y K H S L
Decimal 120 60 78 0 0.5 0.35 0.53 342 0.33 0.35
Hex 78 3C 4E 0 32 23 35 156 21 23
Octal 170 74 116 0 62 43 65 526 41 43
Binary 1111000 111100 1001110 0 110010 100011 110101 101010110 100001 100011

Color Harmonies of #783C4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #783C4E

Black with #783C4E

Text Example


Text Example

White with #783C4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,60,78); }

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

background-color css

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

 a { background-color: rgb(120,60,78); }

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

border-color css

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

 span { border-color: rgb(120,60,78); }

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