Html Css Color HEX #773F4D Camelot

📋 copy color: '#773F4D'

red 119 ◦ green 63 ◦ blue 77

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

Shades of Camelot #773F4D

Tints of Camelot #773F4D

RGB

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

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

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

R = 45.95%
G = 24.32%
B = 29.73%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.35

 K value IS 0.53

RGB Variations

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

Color information

#773F4D (or 0x773F4D) is known color: Camelot. HEX triplet: 77, 3F and 4D. RGB value is (119,63,77). Sum of RGB (Red+Green+Blue) = 119+63+77=259 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.95% from 259); Green value is 63 (25% from 255 or 24.32% from 259); Blue value is 77 (30.47% from 255 or 29.73% from 259); Max value from RGB is 119 - color contains mainly: red. Hex color #773F4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773F4D is #88C0B2. Grayscale: #515151. Windows color (decimal): -8962227 or 5062519. OLE color: 5062519.

HSL color Cylindrical-coordinate representation of color #773F4D: hue angle of 345º 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 #773F4D is Cyan = 0, Magento = 0.47, Yellow = 0.35 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 63 77 -
CMYK 0 0.47 0.35 0.53
HSL 345º 0.31% 0.36% -
HSV(B) 345º 0.47% 0.47% -
XYZ 10.72 8.01 8 -
YUV 81.34 125.55 154.86 -
System Red Green Blue C M Y K H S L
Decimal 119 63 77 0 0.47 0.35 0.53 345 0.31 0.36
Hex 77 3F 4D 0 2F 23 35 159 1F 24
Octal 167 77 115 0 57 43 65 531 37 44
Binary 1110111 111111 1001101 0 101111 100011 110101 101011001 11111 100100

Color Harmonies of #773F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773F4D

Black with #773F4D

Text Example


Text Example

White with #773F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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