Html Css Color HEX #773345 Camelot

📋 copy color: '#773345'

red 119 ◦ green 51 ◦ blue 69

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

Shades of Camelot #773345

Tints of Camelot #773345

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 28.87%

R = 49.79%
G = 21.34%
B = 28.87%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.42

 K value IS 0.53

RGB Variations

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

Color information

#773345 (or 0x773345) is known color: Camelot. HEX triplet: 77, 33 and 45. RGB value is (119,51,69). Sum of RGB (Red+Green+Blue) = 119+51+69=239 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.79% from 239); Green value is 51 (20.31% from 255 or 21.34% from 239); Blue value is 69 (27.34% from 255 or 28.87% from 239); Max value from RGB is 119 - color contains mainly: red. Hex color #773345 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773345 is #88CCBA. Grayscale: #494949. Windows color (decimal): -8965307 or 4535159. OLE color: 4535159.

HSL color Cylindrical-coordinate representation of color #773345: hue angle of 344.12º 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 #773345 is Cyan = 0, Magento = 0.57, Yellow = 0.42 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 51 69 -
CMYK 0 0.57 0.42 0.53
HSL 344.12º 0.4% 0.33% -
HSV(B) 344.12º 0.57% 0.47% -
XYZ 9.87 6.72 6.41 -
YUV 73.38 125.53 160.54 -
System Red Green Blue C M Y K H S L
Decimal 119 51 69 0 0.57 0.42 0.53 344.12 0.4 0.33
Hex 77 33 45 0 39 2A 35 158 28 21
Octal 167 63 105 0 71 52 65 530 50 41
Binary 1110111 110011 1000101 0 111001 101010 110101 101011000 101000 100001

Color Harmonies of #773345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773345

Black with #773345

Text Example


Text Example

White with #773345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773345; }

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

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

background-color css

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

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

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

border-color css

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

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

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