Html Css Color HEX #773A4D Camelot

📋 copy color: '#773A4D'

red 119 ◦ green 58 ◦ blue 77

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

Shades of Camelot #773A4D

Tints of Camelot #773A4D

RGB

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

 GREEN value IS 58 (23.05% from 255) = 22.83%

 BLUE value IS 77 (30.47% from 255) = 30.31%

R = 46.85%
G = 22.83%
B = 30.31%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.35

 K value IS 0.53

RGB Variations

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

Color information

#773A4D (or 0x773A4D) is known color: Camelot. HEX triplet: 77, 3A and 4D. RGB value is (119,58,77). Sum of RGB (Red+Green+Blue) = 119+58+77=254 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.85% from 254); Green value is 58 (23.05% from 255 or 22.83% from 254); Blue value is 77 (30.47% from 255 or 30.31% from 254); Max value from RGB is 119 - color contains mainly: red. Hex color #773A4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773A4D is #88C5B2. Grayscale: #4E4E4E. Windows color (decimal): -8963507 or 5061239. OLE color: 5061239.

HSL color Cylindrical-coordinate representation of color #773A4D: hue angle of 341.31º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #773A4D is Cyan = 0, Magento = 0.51, Yellow = 0.35 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 58 77 -
CMYK 0 0.51 0.35 0.53
HSL 341.31º 0.34% 0.35% -
HSV(B) 341.31º 0.51% 0.47% -
XYZ 10.46 7.48 7.91 -
YUV 78.41 127.21 156.96 -
System Red Green Blue C M Y K H S L
Decimal 119 58 77 0 0.51 0.35 0.53 341.31 0.34 0.35
Hex 77 3A 4D 0 33 23 35 155 22 23
Octal 167 72 115 0 63 43 65 525 42 43
Binary 1110111 111010 1001101 0 110011 100011 110101 101010101 100010 100011

Color Harmonies of #773A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773A4D

Black with #773A4D

Text Example


Text Example

White with #773A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773A4D; }

 p { color: rgb(119,58,77); }

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

background-color css

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

 a { background-color: rgb(119,58,77); }

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

border-color css

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

 span { border-color: rgb(119,58,77); }

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