Html Css Color HEX #783242 Camelot

📋 copy color: '#783242'

red 120 ◦ green 50 ◦ blue 66

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

Shades of Camelot #783242

Tints of Camelot #783242

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.19%

 BLUE value IS 66 (26.17% from 255) = 27.97%

R = 50.85%
G = 21.19%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.45

 K value IS 0.53

RGB Variations

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

Color information

#783242 (or 0x783242) is known color: Camelot. HEX triplet: 78, 32 and 42. RGB value is (120,50,66). Sum of RGB (Red+Green+Blue) = 120+50+66=236 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.85% from 236); Green value is 50 (19.92% from 255 or 21.19% from 236); Blue value is 66 (26.17% from 255 or 27.97% from 236); Max value from RGB is 120 - color contains mainly: red. Hex color #783242 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #783242 is #87CDBD. Grayscale: #484848. Windows color (decimal): -8900030 or 4338296. OLE color: 4338296.

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

Color convert

RGB 120 50 66 -
CMYK 0 0.58 0.45 0.53
HSL 346.29º 0.41% 0.33% -
HSV(B) 346.29º 0.58% 0.47% -
XYZ 9.87 6.67 5.92 -
YUV 72.75 124.19 161.7 -
System Red Green Blue C M Y K H S L
Decimal 120 50 66 0 0.58 0.45 0.53 346.29 0.41 0.33
Hex 78 32 42 0 3A 2D 35 15A 29 21
Octal 170 62 102 0 72 55 65 532 51 41
Binary 1111000 110010 1000010 0 111010 101101 110101 101011010 101001 100001

Color Harmonies of #783242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #783242

Black with #783242

Text Example


Text Example

White with #783242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #783242; }

 p { color: rgb(120,50,66); }

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

background-color css

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

 a { background-color: rgb(120,50,66); }

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

border-color css

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

 span { border-color: rgb(120,50,66); }

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