Html Css Color HEX #783948 Camelot

📋 copy color: '#783948'

red 120 ◦ green 57 ◦ blue 72

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

Shades of Camelot #783948

Tints of Camelot #783948

RGB

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

 GREEN value IS 57 (22.66% from 255) = 22.89%

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

R = 48.19%
G = 22.89%
B = 28.92%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.40

 K value IS 0.53

RGB Variations

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

Color information

#783948 (or 0x783948) is known color: Camelot. HEX triplet: 78, 39 and 48. RGB value is (120,57,72). Sum of RGB (Red+Green+Blue) = 120+57+72=249 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.19% from 249); Green value is 57 (22.66% from 255 or 22.89% from 249); Blue value is 72 (28.52% from 255 or 28.92% from 249); Max value from RGB is 120 - color contains mainly: red. Hex color #783948 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #783948 is #87C6B7. Grayscale: #4D4D4D. Windows color (decimal): -8898232 or 4733304. OLE color: 4733304.

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

Color convert

RGB 120 57 72 -
CMYK 0 0.52 0.40 0.53
HSL 345.71º 0.36% 0.35% -
HSV(B) 345.71º 0.53% 0.47% -
XYZ 10.38 7.39 7.01 -
YUV 77.55 124.87 158.28 -
System Red Green Blue C M Y K H S L
Decimal 120 57 72 0 0.52 0.40 0.53 345.71 0.36 0.35
Hex 78 39 48 0 34 28 35 15A 24 23
Octal 170 71 110 0 64 50 65 532 44 43
Binary 1111000 111001 1001000 0 110100 101000 110101 101011010 100100 100011

Color Harmonies of #783948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #783948

Black with #783948

Text Example


Text Example

White with #783948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #783948; }

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

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

background-color css

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

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

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

border-color css

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

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

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