Html Css Color HEX #78464E Camelot

📋 copy color: '#78464E'

red 120 ◦ green 70 ◦ blue 78

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

Shades of Camelot #78464E

Tints of Camelot #78464E

RGB

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

 GREEN value IS 70 (27.73% from 255) = 26.12%

 BLUE value IS 78 (30.86% from 255) = 29.1%

R = 44.78%
G = 26.12%
B = 29.1%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.35

 K value IS 0.53

RGB Variations

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

Color information

#78464E (or 0x78464E) is known color: Camelot. HEX triplet: 78, 46 and 4E. RGB value is (120,70,78). Sum of RGB (Red+Green+Blue) = 120+70+78=268 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.78% from 268); Green value is 70 (27.73% from 255 or 26.12% from 268); Blue value is 78 (30.86% from 255 or 29.10% from 268); Max value from RGB is 120 - color contains mainly: red. Hex color #78464E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78464E is #87B9B1. Grayscale: #555555. Windows color (decimal): -8894898 or 5129848. OLE color: 5129848.

HSL color Cylindrical-coordinate representation of color #78464E: hue angle of 350.4º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #78464E is Cyan = 0, Magento = 0.42, Yellow = 0.35 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 70 78 -
CMYK 0 0.42 0.35 0.53
HSL 350.4º 0.26% 0.37% -
HSV(B) 350.4º 0.42% 0.47% -
XYZ 11.31 8.92 8.33 -
YUV 85.86 123.57 152.35 -
System Red Green Blue C M Y K H S L
Decimal 120 70 78 0 0.42 0.35 0.53 350.4 0.26 0.37
Hex 78 46 4E 0 2A 23 35 15E 1A 25
Octal 170 106 116 0 52 43 65 536 32 45
Binary 1111000 1000110 1001110 0 101010 100011 110101 101011110 11010 100101

Color Harmonies of #78464E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78464E

Black with #78464E

Text Example


Text Example

White with #78464E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78464E; }

 p { color: rgb(120,70,78); }

 H1.HeaderClassName
 {
   color: #78464E;
 }
 .AnyTagClassName
 {
   color: #78464E;
 }
</style>

background-color css

<style>
 a { background-color: #78464E; }

 a { background-color: rgb(120,70,78); }

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

border-color css

<style>
 span { border-color: #78464E; }

 span { border-color: rgb(120,70,78); }

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