Html Css Color HEX #783748 Camelot

📋 copy color: '#783748'

red 120 ◦ green 55 ◦ blue 72

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

Shades of Camelot #783748

Tints of Camelot #783748

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22.27%

 BLUE value IS 72 (28.52% from 255) = 29.15%

R = 48.58%
G = 22.27%
B = 29.15%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.40

 K value IS 0.53

RGB Variations

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

Color information

#783748 (or 0x783748) is known color: Camelot. HEX triplet: 78, 37 and 48. RGB value is (120,55,72). Sum of RGB (Red+Green+Blue) = 120+55+72=247 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.58% from 247); Green value is 55 (21.88% from 255 or 22.27% from 247); Blue value is 72 (28.52% from 255 or 29.15% from 247); Max value from RGB is 120 - color contains mainly: red. Hex color #783748 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #783748 is #87C8B7. Grayscale: #4C4C4C. Windows color (decimal): -8898744 or 4732792. OLE color: 4732792.

HSL color Cylindrical-coordinate representation of color #783748: hue angle of 344.31º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #783748 is Cyan = 0, Magento = 0.54, Yellow = 0.40 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 55 72 -
CMYK 0 0.54 0.40 0.53
HSL 344.31º 0.37% 0.34% -
HSV(B) 344.31º 0.54% 0.47% -
XYZ 10.28 7.19 6.98 -
YUV 76.37 125.53 159.12 -
System Red Green Blue C M Y K H S L
Decimal 120 55 72 0 0.54 0.40 0.53 344.31 0.37 0.34
Hex 78 37 48 0 36 28 35 158 25 22
Octal 170 67 110 0 66 50 65 530 45 42
Binary 1111000 110111 1001000 0 110110 101000 110101 101011000 100101 100010

Color Harmonies of #783748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #783748

Black with #783748

Text Example


Text Example

White with #783748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #783748; }

 p { color: rgb(120,55,72); }

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

background-color css

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

 a { background-color: rgb(120,55,72); }

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

border-color css

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

 span { border-color: rgb(120,55,72); }

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