Html Css Color HEX #774551 Camelot

📋 copy color: '#774551'

red 119 ◦ green 69 ◦ blue 81

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

Shades of Camelot #774551

Tints of Camelot #774551

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 30.11%

R = 44.24%
G = 25.65%
B = 30.11%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.32

 K value IS 0.53

RGB Variations

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

Color information

#774551 (or 0x774551) is known color: Camelot. HEX triplet: 77, 45 and 51. RGB value is (119,69,81). Sum of RGB (Red+Green+Blue) = 119+69+81=269 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.24% from 269); Green value is 69 (27.34% from 255 or 25.65% from 269); Blue value is 81 (32.03% from 255 or 30.11% from 269); Max value from RGB is 119 - color contains mainly: red. Hex color #774551 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774551 is #88BAAE. Grayscale: #555555. Windows color (decimal): -8960687 or 5326199. OLE color: 5326199.

HSL color Cylindrical-coordinate representation of color #774551: hue angle of 345.6º 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 #774551 is Cyan = 0, Magento = 0.42, Yellow = 0.32 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 69 81 -
CMYK 0 0.42 0.32 0.53
HSL 345.6º 0.27% 0.37% -
HSV(B) 345.6º 0.42% 0.47% -
XYZ 11.22 8.77 8.89 -
YUV 85.32 125.57 152.02 -
System Red Green Blue C M Y K H S L
Decimal 119 69 81 0 0.42 0.32 0.53 345.6 0.27 0.37
Hex 77 45 51 0 2A 20 35 15A 1B 25
Octal 167 105 121 0 52 40 65 532 33 45
Binary 1110111 1000101 1010001 0 101010 100000 110101 101011010 11011 100101

Color Harmonies of #774551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774551

Black with #774551

Text Example


Text Example

White with #774551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774551; }

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

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

background-color css

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

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

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

border-color css

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

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

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