Html Css Color HEX #79424D Camelot

📋 copy color: '#79424D'

red 121 ◦ green 66 ◦ blue 77

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

Shades of Camelot #79424D

Tints of Camelot #79424D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 29.17%

R = 45.83%
G = 25%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.36

 K value IS 0.53

RGB Variations

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

Color information

#79424D (or 0x79424D) is known color: Camelot. HEX triplet: 79, 42 and 4D. RGB value is (121,66,77). Sum of RGB (Red+Green+Blue) = 121+66+77=264 (34% of max value = 765). Red value is 121 (47.66% from 255 or 45.83% from 264); Green value is 66 (26.17% from 255 or 25% from 264); Blue value is 77 (30.47% from 255 or 29.17% from 264); Max value from RGB is 121 - color contains mainly: red. Hex color #79424D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79424D is #86BDB2. Grayscale: #535353. Windows color (decimal): -8830387 or 5063289. OLE color: 5063289.

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

Color convert

RGB 121 66 77 -
CMYK 0 0.45 0.36 0.53
HSL 348º 0.29% 0.37% -
HSV(B) 348º 0.45% 0.47% -
XYZ 11.17 8.5 8.07 -
YUV 83.7 124.22 154.61 -
System Red Green Blue C M Y K H S L
Decimal 121 66 77 0 0.45 0.36 0.53 348 0.29 0.37
Hex 79 42 4D 0 2D 24 35 15C 1D 25
Octal 171 102 115 0 55 44 65 534 35 45
Binary 1111001 1000010 1001101 0 101101 100100 110101 101011100 11101 100101

Color Harmonies of #79424D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79424D

Black with #79424D

Text Example


Text Example

White with #79424D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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