Html Css Color HEX #78404F Camelot

📋 copy color: '#78404F'

red 120 ◦ green 64 ◦ blue 79

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

Shades of Camelot #78404F

Tints of Camelot #78404F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 30.04%

R = 45.63%
G = 24.33%
B = 30.04%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.34

 K value IS 0.53

RGB Variations

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

Color information

#78404F (or 0x78404F) is known color: Camelot. HEX triplet: 78, 40 and 4F. RGB value is (120,64,79). Sum of RGB (Red+Green+Blue) = 120+64+79=263 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.63% from 263); Green value is 64 (25.39% from 255 or 24.33% from 263); Blue value is 79 (31.25% from 255 or 30.04% from 263); Max value from RGB is 120 - color contains mainly: red. Hex color #78404F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78404F is #87BFB0. Grayscale: #525252. Windows color (decimal): -8896433 or 5193848. OLE color: 5193848.

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

Color convert

RGB 120 64 79 -
CMYK 0 0.47 0.34 0.53
HSL 343.93º 0.3% 0.36% -
HSV(B) 343.93º 0.47% 0.47% -
XYZ 10.99 8.22 8.41 -
YUV 82.45 126.05 154.78 -
System Red Green Blue C M Y K H S L
Decimal 120 64 79 0 0.47 0.34 0.53 343.93 0.3 0.36
Hex 78 40 4F 0 2F 22 35 158 1E 24
Octal 170 100 117 0 57 42 65 530 36 44
Binary 1111000 1000000 1001111 0 101111 100010 110101 101011000 11110 100100

Color Harmonies of #78404F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78404F

Black with #78404F

Text Example


Text Example

White with #78404F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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