Html Css Color HEX #794255 Camelot

📋 copy color: '#794255'

red 121 ◦ green 66 ◦ blue 85

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

Shades of Camelot #794255

Tints of Camelot #794255

RGB

 RED value IS 121 (47.66% from 255) = 44.49%

 GREEN value IS 66 (26.17% from 255) = 24.26%

 BLUE value IS 85 (33.59% from 255) = 31.25%

R = 44.49%
G = 24.26%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.30

 K value IS 0.53

RGB Variations

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

Color information

#794255 (or 0x794255) is known color: Camelot. HEX triplet: 79, 42 and 55. RGB value is (121,66,85). Sum of RGB (Red+Green+Blue) = 121+66+85=272 (36% of max value = 765). Red value is 121 (47.66% from 255 or 44.49% from 272); Green value is 66 (26.17% from 255 or 24.26% from 272); Blue value is 85 (33.59% from 255 or 31.25% from 272); Max value from RGB is 121 - color contains mainly: red. Hex color #794255 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #794255 is #86BDAA. Grayscale: #545454. Windows color (decimal): -8830379 or 5587577. OLE color: 5587577.

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

Color convert

RGB 121 66 85 -
CMYK 0 0.45 0.30 0.53
HSL 339.27º 0.29% 0.37% -
HSV(B) 339.27º 0.45% 0.47% -
XYZ 11.47 8.62 9.65 -
YUV 84.61 128.22 153.96 -
System Red Green Blue C M Y K H S L
Decimal 121 66 85 0 0.45 0.30 0.53 339.27 0.29 0.37
Hex 79 42 55 0 2D 1E 35 153 1D 25
Octal 171 102 125 0 55 36 65 523 35 45
Binary 1111001 1000010 1010101 0 101101 11110 110101 101010011 11101 100101

Color Harmonies of #794255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794255

Black with #794255

Text Example


Text Example

White with #794255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #794255; }

 p { color: rgb(121,66,85); }

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

background-color css

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

 a { background-color: rgb(121,66,85); }

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

border-color css

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

 span { border-color: rgb(121,66,85); }

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