Html Css Color HEX #773346 Camelot

📋 copy color: '#773346'

red 119 ◦ green 51 ◦ blue 70

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

Shades of Camelot #773346

Tints of Camelot #773346

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 29.17%

R = 49.58%
G = 21.25%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.41

 K value IS 0.53

RGB Variations

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

Color information

#773346 (or 0x773346) is known color: Camelot. HEX triplet: 77, 33 and 46. RGB value is (119,51,70). Sum of RGB (Red+Green+Blue) = 119+51+70=240 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.58% from 240); Green value is 51 (20.31% from 255 or 21.25% from 240); Blue value is 70 (27.73% from 255 or 29.17% from 240); Max value from RGB is 119 - color contains mainly: red. Hex color #773346 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773346 is #88CCB9. Grayscale: #494949. Windows color (decimal): -8965306 or 4600695. OLE color: 4600695.

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

Color convert

RGB 119 51 70 -
CMYK 0 0.57 0.41 0.53
HSL 343.24º 0.4% 0.33% -
HSV(B) 343.24º 0.57% 0.47% -
XYZ 9.9 6.73 6.57 -
YUV 73.5 126.03 160.46 -
System Red Green Blue C M Y K H S L
Decimal 119 51 70 0 0.57 0.41 0.53 343.24 0.4 0.33
Hex 77 33 46 0 39 29 35 157 28 21
Octal 167 63 106 0 71 51 65 527 50 41
Binary 1110111 110011 1000110 0 111001 101001 110101 101010111 101000 100001

Color Harmonies of #773346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773346

Black with #773346

Text Example


Text Example

White with #773346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773346; }

 p { color: rgb(119,51,70); }

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

background-color css

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

 a { background-color: rgb(119,51,70); }

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

border-color css

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

 span { border-color: rgb(119,51,70); }

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