Html Css Color HEX #773144 Camelot

📋 copy color: '#773144'

red 119 ◦ green 49 ◦ blue 68

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

Shades of Camelot #773144

Tints of Camelot #773144

RGB

 RED value IS 119 (46.88% from 255) = 50.42%

 GREEN value IS 49 (19.53% from 255) = 20.76%

 BLUE value IS 68 (26.95% from 255) = 28.81%

R = 50.42%
G = 20.76%
B = 28.81%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.43

 K value IS 0.53

RGB Variations

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

Color information

#773144 (or 0x773144) is known color: Camelot. HEX triplet: 77, 31 and 44. RGB value is (119,49,68). Sum of RGB (Red+Green+Blue) = 119+49+68=236 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50.42% from 236); Green value is 49 (19.53% from 255 or 20.76% from 236); Blue value is 68 (26.95% from 255 or 28.81% from 236); Max value from RGB is 119 - color contains mainly: red. Hex color #773144 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773144 is #88CEBB. Grayscale: #484848. Windows color (decimal): -8965820 or 4469111. OLE color: 4469111.

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

Color convert

RGB 119 49 68 -
CMYK 0 0.59 0.43 0.53
HSL 343.71º 0.42% 0.33% -
HSV(B) 343.71º 0.59% 0.47% -
XYZ 9.75 6.54 6.22 -
YUV 72.1 125.69 161.46 -
System Red Green Blue C M Y K H S L
Decimal 119 49 68 0 0.59 0.43 0.53 343.71 0.42 0.33
Hex 77 31 44 0 3B 2B 35 158 2A 21
Octal 167 61 104 0 73 53 65 530 52 41
Binary 1110111 110001 1000100 0 111011 101011 110101 101011000 101010 100001

Color Harmonies of #773144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773144

Black with #773144

Text Example


Text Example

White with #773144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773144; }

 p { color: rgb(119,49,68); }

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

background-color css

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

 a { background-color: rgb(119,49,68); }

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

border-color css

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

 span { border-color: rgb(119,49,68); }

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