Html Css Color HEX #78424D Camelot

📋 copy color: '#78424D'

red 120 ◦ green 66 ◦ blue 77

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

Shades of Camelot #78424D

Tints of Camelot #78424D

RGB

 RED value IS 120 (47.27% from 255) = 45.63%

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

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

R = 45.63%
G = 25.1%
B = 29.28%

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

#78424D (or 0x78424D) is known color: Camelot. HEX triplet: 78, 42 and 4D. RGB value is (120,66,77). Sum of RGB (Red+Green+Blue) = 120+66+77=263 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.63% from 263); Green value is 66 (26.17% from 255 or 25.10% from 263); Blue value is 77 (30.47% from 255 or 29.28% from 263); Max value from RGB is 120 - color contains mainly: red. Hex color #78424D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78424D is #87BDB2. Grayscale: #535353. Windows color (decimal): -8895923 or 5063288. OLE color: 5063288.

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

Color convert

RGB 120 66 77 -
CMYK 0 0.45 0.36 0.53
HSL 347.78º 0.29% 0.36% -
HSV(B) 347.78º 0.45% 0.47% -
XYZ 11.03 8.43 8.07 -
YUV 83.4 124.39 154.11 -
System Red Green Blue C M Y K H S L
Decimal 120 66 77 0 0.45 0.36 0.53 347.78 0.29 0.36
Hex 78 42 4D 0 2D 24 35 15C 1D 24
Octal 170 102 115 0 55 44 65 534 35 44
Binary 1111000 1000010 1001101 0 101101 100100 110101 101011100 11101 100100

Color Harmonies of #78424D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78424D

Black with #78424D

Text Example


Text Example

White with #78424D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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