Html Css Color HEX #774851 Camelot

📋 copy color: '#774851'

red 119 ◦ green 72 ◦ blue 81

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

Shades of Camelot #774851

Tints of Camelot #774851

RGB

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

 GREEN value IS 72 (28.52% from 255) = 26.47%

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

R = 43.75%
G = 26.47%
B = 29.78%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.32

 K value IS 0.53

RGB Variations

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

Color information

#774851 (or 0x774851) is known color: Camelot. HEX triplet: 77, 48 and 51. RGB value is (119,72,81). Sum of RGB (Red+Green+Blue) = 119+72+81=272 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.75% from 272); Green value is 72 (28.52% from 255 or 26.47% from 272); Blue value is 81 (32.03% from 255 or 29.78% from 272); Max value from RGB is 119 - color contains mainly: red. Hex color #774851 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774851 is #88B7AE. Grayscale: #575757. Windows color (decimal): -8959919 or 5326967. OLE color: 5326967.

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

Color convert

RGB 119 72 81 -
CMYK 0 0.39 0.32 0.53
HSL 348.51º 0.25% 0.37% -
HSV(B) 348.51º 0.39% 0.47% -
XYZ 11.41 9.15 8.95 -
YUV 87.08 124.57 150.77 -
System Red Green Blue C M Y K H S L
Decimal 119 72 81 0 0.39 0.32 0.53 348.51 0.25 0.37
Hex 77 48 51 0 27 20 35 15D 19 25
Octal 167 110 121 0 47 40 65 535 31 45
Binary 1110111 1001000 1010001 0 100111 100000 110101 101011101 11001 100101

Color Harmonies of #774851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774851

Black with #774851

Text Example


Text Example

White with #774851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774851; }

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

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

background-color css

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

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

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

border-color css

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

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

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