Html Css Color HEX #783347 Camelot

📋 copy color: '#783347'

red 120 ◦ green 51 ◦ blue 71

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

Shades of Camelot #783347

Tints of Camelot #783347

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.07%

 BLUE value IS 71 (28.13% from 255) = 29.34%

R = 49.59%
G = 21.07%
B = 29.34%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.41

 K value IS 0.53

RGB Variations

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

Color information

#783347 (or 0x783347) is known color: Camelot. HEX triplet: 78, 33 and 47. RGB value is (120,51,71). Sum of RGB (Red+Green+Blue) = 120+51+71=242 (32% of max value = 765). Red value is 120 (47.27% from 255 or 49.59% from 242); Green value is 51 (20.31% from 255 or 21.07% from 242); Blue value is 71 (28.12% from 255 or 29.34% from 242); Max value from RGB is 120 - color contains mainly: red. Hex color #783347 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #783347 is #87CCB8. Grayscale: #494949. Windows color (decimal): -8899769 or 4666232. OLE color: 4666232.

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

Color convert

RGB 120 51 71 -
CMYK 0 0.58 0.41 0.53
HSL 342.61º 0.4% 0.34% -
HSV(B) 342.61º 0.58% 0.47% -
XYZ 10.07 6.82 6.75 -
YUV 73.91 126.36 160.87 -
System Red Green Blue C M Y K H S L
Decimal 120 51 71 0 0.58 0.41 0.53 342.61 0.4 0.34
Hex 78 33 47 0 3A 29 35 157 28 22
Octal 170 63 107 0 72 51 65 527 50 42
Binary 1111000 110011 1000111 0 111010 101001 110101 101010111 101000 100010

Color Harmonies of #783347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #783347

Black with #783347

Text Example


Text Example

White with #783347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #783347; }

 p { color: rgb(120,51,71); }

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

background-color css

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

 a { background-color: rgb(120,51,71); }

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

border-color css

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

 span { border-color: rgb(120,51,71); }

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