Html Css Color HEX #774854 Camelot

📋 copy color: '#774854'

red 119 ◦ green 72 ◦ blue 84

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

Shades of Camelot #774854

Tints of Camelot #774854

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 30.55%

R = 43.27%
G = 26.18%
B = 30.55%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.29

 K value IS 0.53

RGB Variations

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

Color information

#774854 (or 0x774854) is known color: Camelot. HEX triplet: 77, 48 and 54. RGB value is (119,72,84). Sum of RGB (Red+Green+Blue) = 119+72+84=275 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.27% from 275); Green value is 72 (28.52% from 255 or 26.18% from 275); Blue value is 84 (33.20% from 255 or 30.55% from 275); Max value from RGB is 119 - color contains mainly: red. Hex color #774854 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774854 is #88B7AB. Grayscale: #575757. Windows color (decimal): -8959916 or 5523575. OLE color: 5523575.

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

Color convert

RGB 119 72 84 -
CMYK 0 0.39 0.29 0.53
HSL 344.68º 0.25% 0.37% -
HSV(B) 344.68º 0.39% 0.47% -
XYZ 11.53 9.2 9.56 -
YUV 87.42 126.07 150.52 -
System Red Green Blue C M Y K H S L
Decimal 119 72 84 0 0.39 0.29 0.53 344.68 0.25 0.37
Hex 77 48 54 0 27 1D 35 159 19 25
Octal 167 110 124 0 47 35 65 531 31 45
Binary 1110111 1001000 1010100 0 100111 11101 110101 101011001 11001 100101

Color Harmonies of #774854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774854

Black with #774854

Text Example


Text Example

White with #774854

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774854; }

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

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

background-color css

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

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

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

border-color css

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

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

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