Html Css Color HEX #773F4C Camelot

📋 copy color: '#773F4C'

red 119 ◦ green 63 ◦ blue 76

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

Shades of Camelot #773F4C

Tints of Camelot #773F4C

RGB

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

 GREEN value IS 63 (25% from 255) = 24.42%

 BLUE value IS 76 (30.08% from 255) = 29.46%

R = 46.12%
G = 24.42%
B = 29.46%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.36

 K value IS 0.53

RGB Variations

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

Color information

#773F4C (or 0x773F4C) is known color: Camelot. HEX triplet: 77, 3F and 4C. RGB value is (119,63,76). Sum of RGB (Red+Green+Blue) = 119+63+76=258 (34% of max value = 765). Red value is 119 (46.88% from 255 or 46.12% from 258); Green value is 63 (25% from 255 or 24.42% from 258); Blue value is 76 (30.08% from 255 or 29.46% from 258); Max value from RGB is 119 - color contains mainly: red. Hex color #773F4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773F4C is #88C0B3. Grayscale: #515151. Windows color (decimal): -8962228 or 4996983. OLE color: 4996983.

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

Color convert

RGB 119 63 76 -
CMYK 0 0.47 0.36 0.53
HSL 346.07º 0.31% 0.36% -
HSV(B) 346.07º 0.47% 0.47% -
XYZ 10.69 8 7.82 -
YUV 81.23 125.05 154.94 -
System Red Green Blue C M Y K H S L
Decimal 119 63 76 0 0.47 0.36 0.53 346.07 0.31 0.36
Hex 77 3F 4C 0 2F 24 35 15A 1F 24
Octal 167 77 114 0 57 44 65 532 37 44
Binary 1110111 111111 1001100 0 101111 100100 110101 101011010 11111 100100

Color Harmonies of #773F4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773F4C

Black with #773F4C

Text Example


Text Example

White with #773F4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,63,76); }

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

background-color css

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

 a { background-color: rgb(119,63,76); }

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

border-color css

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

 span { border-color: rgb(119,63,76); }

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