Html Css Color HEX #79404A Camelot

📋 copy color: '#79404A'

red 121 ◦ green 64 ◦ blue 74

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

Shades of Camelot #79404A

Tints of Camelot #79404A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 28.57%

R = 46.72%
G = 24.71%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.39

 K value IS 0.53

RGB Variations

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

Color information

#79404A (or 0x79404A) is known color: Camelot. HEX triplet: 79, 40 and 4A. RGB value is (121,64,74). Sum of RGB (Red+Green+Blue) = 121+64+74=259 (34% of max value = 765). Red value is 121 (47.66% from 255 or 46.72% from 259); Green value is 64 (25.39% from 255 or 24.71% from 259); Blue value is 74 (29.30% from 255 or 28.57% from 259); Max value from RGB is 121 - color contains mainly: red. Hex color #79404A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79404A is #86BFB5. Grayscale: #525252. Windows color (decimal): -8830902 or 4866169. OLE color: 4866169.

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

Color convert

RGB 121 64 74 -
CMYK 0 0.47 0.39 0.53
HSL 349.47º 0.31% 0.36% -
HSV(B) 349.47º 0.47% 0.47% -
XYZ 10.95 8.23 7.49 -
YUV 82.18 123.38 155.69 -
System Red Green Blue C M Y K H S L
Decimal 121 64 74 0 0.47 0.39 0.53 349.47 0.31 0.36
Hex 79 40 4A 0 2F 27 35 15D 1F 24
Octal 171 100 112 0 57 47 65 535 37 44
Binary 1111001 1000000 1001010 0 101111 100111 110101 101011101 11111 100100

Color Harmonies of #79404A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79404A

Black with #79404A

Text Example


Text Example

White with #79404A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79404A; }

 p { color: rgb(121,64,74); }

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

background-color css

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

 a { background-color: rgb(121,64,74); }

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

border-color css

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

 span { border-color: rgb(121,64,74); }

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