Html Css Color HEX #774953 Camelot

📋 copy color: '#774953'

red 119 ◦ green 73 ◦ blue 83

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

Shades of Camelot #774953

Tints of Camelot #774953

RGB

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

 GREEN value IS 73 (28.91% from 255) = 26.55%

 BLUE value IS 83 (32.81% from 255) = 30.18%

R = 43.27%
G = 26.55%
B = 30.18%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.30

 K value IS 0.53

RGB Variations

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

Color information

#774953 (or 0x774953) is known color: Camelot. HEX triplet: 77, 49 and 53. RGB value is (119,73,83). Sum of RGB (Red+Green+Blue) = 119+73+83=275 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.27% from 275); Green value is 73 (28.91% from 255 or 26.55% from 275); Blue value is 83 (32.81% from 255 or 30.18% from 275); Max value from RGB is 119 - color contains mainly: red. Hex color #774953 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774953 is #88B6AC. Grayscale: #575757. Windows color (decimal): -8959661 or 5458295. OLE color: 5458295.

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

Color convert

RGB 119 73 83 -
CMYK 0 0.39 0.30 0.53
HSL 346.96º 0.24% 0.38% -
HSV(B) 346.96º 0.39% 0.47% -
XYZ 11.55 9.31 9.37 -
YUV 87.89 125.24 150.19 -
System Red Green Blue C M Y K H S L
Decimal 119 73 83 0 0.39 0.30 0.53 346.96 0.24 0.38
Hex 77 49 53 0 27 1E 35 15B 18 26
Octal 167 111 123 0 47 36 65 533 30 46
Binary 1110111 1001001 1010011 0 100111 11110 110101 101011011 11000 100110

Color Harmonies of #774953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774953

Black with #774953

Text Example


Text Example

White with #774953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774953; }

 p { color: rgb(119,73,83); }

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

background-color css

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

 a { background-color: rgb(119,73,83); }

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

border-color css

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

 span { border-color: rgb(119,73,83); }

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