Html Css Color HEX #774550 Camelot

📋 copy color: '#774550'

red 119 ◦ green 69 ◦ blue 80

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

Shades of Camelot #774550

Tints of Camelot #774550

RGB

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

 GREEN value IS 69 (27.34% from 255) = 25.75%

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

R = 44.4%
G = 25.75%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.33

 K value IS 0.53

RGB Variations

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

Color information

#774550 (or 0x774550) is known color: Camelot. HEX triplet: 77, 45 and 50. RGB value is (119,69,80). Sum of RGB (Red+Green+Blue) = 119+69+80=268 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.40% from 268); Green value is 69 (27.34% from 255 or 25.75% from 268); Blue value is 80 (31.64% from 255 or 29.85% from 268); Max value from RGB is 119 - color contains mainly: red. Hex color #774550 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774550 is #88BAAF. Grayscale: #555555. Windows color (decimal): -8960688 or 5260663. OLE color: 5260663.

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

Color convert

RGB 119 69 80 -
CMYK 0 0.42 0.33 0.53
HSL 346.8º 0.27% 0.37% -
HSV(B) 346.8º 0.42% 0.47% -
XYZ 11.18 8.76 8.69 -
YUV 85.2 125.07 152.11 -
System Red Green Blue C M Y K H S L
Decimal 119 69 80 0 0.42 0.33 0.53 346.8 0.27 0.37
Hex 77 45 50 0 2A 21 35 15B 1B 25
Octal 167 105 120 0 52 41 65 533 33 45
Binary 1110111 1000101 1010000 0 101010 100001 110101 101011011 11011 100101

Color Harmonies of #774550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774550

Black with #774550

Text Example


Text Example

White with #774550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774550; }

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

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

background-color css

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

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

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

border-color css

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

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

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