Html Css Color HEX #774451 Camelot

📋 copy color: '#774451'

red 119 ◦ green 68 ◦ blue 81

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

Shades of Camelot #774451

Tints of Camelot #774451

RGB

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

 GREEN value IS 68 (26.95% from 255) = 25.37%

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

R = 44.4%
G = 25.37%
B = 30.22%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.32

 K value IS 0.53

RGB Variations

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

Color information

#774451 (or 0x774451) is known color: Camelot. HEX triplet: 77, 44 and 51. RGB value is (119,68,81). Sum of RGB (Red+Green+Blue) = 119+68+81=268 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.40% from 268); Green value is 68 (26.95% from 255 or 25.37% from 268); Blue value is 81 (32.03% from 255 or 30.22% from 268); Max value from RGB is 119 - color contains mainly: red. Hex color #774451 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774451 is #88BBAE. Grayscale: #545454. Windows color (decimal): -8960943 or 5325943. OLE color: 5325943.

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

Color convert

RGB 119 68 81 -
CMYK 0 0.43 0.32 0.53
HSL 344.71º 0.27% 0.37% -
HSV(B) 344.71º 0.43% 0.47% -
XYZ 11.16 8.65 8.87 -
YUV 84.73 125.9 152.44 -
System Red Green Blue C M Y K H S L
Decimal 119 68 81 0 0.43 0.32 0.53 344.71 0.27 0.37
Hex 77 44 51 0 2B 20 35 159 1B 25
Octal 167 104 121 0 53 40 65 531 33 45
Binary 1110111 1000100 1010001 0 101011 100000 110101 101011001 11011 100101

Color Harmonies of #774451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774451

Black with #774451

Text Example


Text Example

White with #774451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774451; }

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

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

background-color css

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

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

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

border-color css

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

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

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