Html Css Color HEX #774053 Camelot

📋 copy color: '#774053'

red 119 ◦ green 64 ◦ blue 83

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

Shades of Camelot #774053

Tints of Camelot #774053

RGB

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

 GREEN value IS 64 (25.39% from 255) = 24.06%

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

R = 44.74%
G = 24.06%
B = 31.2%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.30

 K value IS 0.53

RGB Variations

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

Color information

#774053 (or 0x774053) is known color: Camelot. HEX triplet: 77, 40 and 53. RGB value is (119,64,83). Sum of RGB (Red+Green+Blue) = 119+64+83=266 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.74% from 266); Green value is 64 (25.39% from 255 or 24.06% from 266); Blue value is 83 (32.81% from 255 or 31.20% from 266); Max value from RGB is 119 - color contains mainly: red. Hex color #774053 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774053 is #88BFAC. Grayscale: #525252. Windows color (decimal): -8961965 or 5455991. OLE color: 5455991.

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

Color convert

RGB 119 64 83 -
CMYK 0 0.46 0.30 0.53
HSL 339.27º 0.3% 0.36% -
HSV(B) 339.27º 0.46% 0.47% -
XYZ 11 8.21 9.19 -
YUV 82.61 128.22 153.96 -
System Red Green Blue C M Y K H S L
Decimal 119 64 83 0 0.46 0.30 0.53 339.27 0.3 0.36
Hex 77 40 53 0 2E 1E 35 153 1E 24
Octal 167 100 123 0 56 36 65 523 36 44
Binary 1110111 1000000 1010011 0 101110 11110 110101 101010011 11110 100100

Color Harmonies of #774053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774053

Black with #774053

Text Example


Text Example

White with #774053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774053; }

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

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

background-color css

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

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

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

border-color css

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

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

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