Html Css Color HEX #78404D Camelot

📋 copy color: '#78404D'

red 120 ◦ green 64 ◦ blue 77

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

Shades of Camelot #78404D

Tints of Camelot #78404D

RGB

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

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

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

R = 45.98%
G = 24.52%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.36

 K value IS 0.53

RGB Variations

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

Color information

#78404D (or 0x78404D) is known color: Camelot. HEX triplet: 78, 40 and 4D. RGB value is (120,64,77). Sum of RGB (Red+Green+Blue) = 120+64+77=261 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.98% from 261); Green value is 64 (25.39% from 255 or 24.52% from 261); Blue value is 77 (30.47% from 255 or 29.50% from 261); Max value from RGB is 120 - color contains mainly: red. Hex color #78404D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78404D is #87BFB2. Grayscale: #525252. Windows color (decimal): -8896435 or 5062776. OLE color: 5062776.

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

Color convert

RGB 120 64 77 -
CMYK 0 0.47 0.36 0.53
HSL 346.07º 0.3% 0.36% -
HSV(B) 346.07º 0.47% 0.47% -
XYZ 10.92 8.2 8.03 -
YUV 82.23 125.05 154.94 -
System Red Green Blue C M Y K H S L
Decimal 120 64 77 0 0.47 0.36 0.53 346.07 0.3 0.36
Hex 78 40 4D 0 2F 24 35 15A 1E 24
Octal 170 100 115 0 57 44 65 532 36 44
Binary 1111000 1000000 1001101 0 101111 100100 110101 101011010 11110 100100

Color Harmonies of #78404D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78404D

Black with #78404D

Text Example


Text Example

White with #78404D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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