Html Css Color HEX #794252 Camelot

📋 copy color: '#794252'

red 121 ◦ green 66 ◦ blue 82

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

Shades of Camelot #794252

Tints of Camelot #794252

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 30.48%

R = 44.98%
G = 24.54%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.32

 K value IS 0.53

RGB Variations

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

Color information

#794252 (or 0x794252) is known color: Camelot. HEX triplet: 79, 42 and 52. RGB value is (121,66,82). Sum of RGB (Red+Green+Blue) = 121+66+82=269 (35% of max value = 765). Red value is 121 (47.66% from 255 or 44.98% from 269); Green value is 66 (26.17% from 255 or 24.54% from 269); Blue value is 82 (32.42% from 255 or 30.48% from 269); Max value from RGB is 121 - color contains mainly: red. Hex color #794252 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #794252 is #86BDAD. Grayscale: #545454. Windows color (decimal): -8830382 or 5390969. OLE color: 5390969.

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

Color convert

RGB 121 66 82 -
CMYK 0 0.45 0.32 0.53
HSL 342.55º 0.29% 0.37% -
HSV(B) 342.55º 0.45% 0.47% -
XYZ 11.36 8.57 9.04 -
YUV 84.27 126.72 154.2 -
System Red Green Blue C M Y K H S L
Decimal 121 66 82 0 0.45 0.32 0.53 342.55 0.29 0.37
Hex 79 42 52 0 2D 20 35 157 1D 25
Octal 171 102 122 0 55 40 65 527 35 45
Binary 1111001 1000010 1010010 0 101101 100000 110101 101010111 11101 100101

Color Harmonies of #794252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794252

Black with #794252

Text Example


Text Example

White with #794252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #794252; }

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

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

background-color css

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

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

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

border-color css

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

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

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