Html Css Color HEX #79424C Camelot

📋 copy color: '#79424C'

red 121 ◦ green 66 ◦ blue 76

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

Shades of Camelot #79424C

Tints of Camelot #79424C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 28.9%

R = 46.01%
G = 25.1%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.37

 K value IS 0.53

RGB Variations

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

Color information

#79424C (or 0x79424C) is known color: Camelot. HEX triplet: 79, 42 and 4C. RGB value is (121,66,76). Sum of RGB (Red+Green+Blue) = 121+66+76=263 (34% of max value = 765). Red value is 121 (47.66% from 255 or 46.01% from 263); Green value is 66 (26.17% from 255 or 25.10% from 263); Blue value is 76 (30.08% from 255 or 28.90% from 263); Max value from RGB is 121 - color contains mainly: red. Hex color #79424C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79424C is #86BDB3. Grayscale: #535353. Windows color (decimal): -8830388 or 4997753. OLE color: 4997753.

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

Color convert

RGB 121 66 76 -
CMYK 0 0.45 0.37 0.53
HSL 349.09º 0.29% 0.37% -
HSV(B) 349.09º 0.45% 0.47% -
XYZ 11.14 8.48 7.89 -
YUV 83.59 123.72 154.69 -
System Red Green Blue C M Y K H S L
Decimal 121 66 76 0 0.45 0.37 0.53 349.09 0.29 0.37
Hex 79 42 4C 0 2D 25 35 15D 1D 25
Octal 171 102 114 0 55 45 65 535 35 45
Binary 1111001 1000010 1001100 0 101101 100101 110101 101011101 11101 100101

Color Harmonies of #79424C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79424C

Black with #79424C

Text Example


Text Example

White with #79424C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79424C; }

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

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

background-color css

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

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

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

border-color css

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

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

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