Html Css Color HEX #774050 Camelot

📋 copy color: '#774050'

red 119 ◦ green 64 ◦ blue 80

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

Shades of Camelot #774050

Tints of Camelot #774050

RGB

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

 GREEN value IS 64 (25.39% from 255) = 24.33%

 BLUE value IS 80 (31.64% from 255) = 30.42%

R = 45.25%
G = 24.33%
B = 30.42%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.33

 K value IS 0.53

RGB Variations

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

Color information

#774050 (or 0x774050) is known color: Camelot. HEX triplet: 77, 40 and 50. RGB value is (119,64,80). Sum of RGB (Red+Green+Blue) = 119+64+80=263 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.25% from 263); Green value is 64 (25.39% from 255 or 24.33% from 263); Blue value is 80 (31.64% from 255 or 30.42% from 263); Max value from RGB is 119 - color contains mainly: red. Hex color #774050 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774050 is #88BFAF. Grayscale: #525252. Windows color (decimal): -8961968 or 5259383. OLE color: 5259383.

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

Color convert

RGB 119 64 80 -
CMYK 0 0.46 0.33 0.53
HSL 342.55º 0.3% 0.36% -
HSV(B) 342.55º 0.46% 0.47% -
XYZ 10.89 8.17 8.59 -
YUV 82.27 126.72 154.2 -
System Red Green Blue C M Y K H S L
Decimal 119 64 80 0 0.46 0.33 0.53 342.55 0.3 0.36
Hex 77 40 50 0 2E 21 35 157 1E 24
Octal 167 100 120 0 56 41 65 527 36 44
Binary 1110111 1000000 1010000 0 101110 100001 110101 101010111 11110 100100

Color Harmonies of #774050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774050

Black with #774050

Text Example


Text Example

White with #774050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774050; }

 p { color: rgb(119,64,80); }

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

background-color css

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

 a { background-color: rgb(119,64,80); }

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

border-color css

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

 span { border-color: rgb(119,64,80); }

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