Html Css Color HEX #78454E Camelot

📋 copy color: '#78454E'

red 120 ◦ green 69 ◦ blue 78

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

Shades of Camelot #78454E

Tints of Camelot #78454E

RGB

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

 GREEN value IS 69 (27.34% from 255) = 25.84%

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

R = 44.94%
G = 25.84%
B = 29.21%

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

#78454E (or 0x78454E) is known color: Camelot. HEX triplet: 78, 45 and 4E. RGB value is (120,69,78). Sum of RGB (Red+Green+Blue) = 120+69+78=267 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.94% from 267); Green value is 69 (27.34% from 255 or 25.84% from 267); Blue value is 78 (30.86% from 255 or 29.21% from 267); Max value from RGB is 120 - color contains mainly: red. Hex color #78454E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78454E is #87BAB1. Grayscale: #555555. Windows color (decimal): -8895154 or 5129592. OLE color: 5129592.

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

Color convert

RGB 120 69 78 -
CMYK 0 0.42 0.35 0.53
HSL 349.41º 0.27% 0.37% -
HSV(B) 349.41º 0.43% 0.47% -
XYZ 11.25 8.8 8.31 -
YUV 85.28 123.9 152.77 -
System Red Green Blue C M Y K H S L
Decimal 120 69 78 0 0.42 0.35 0.53 349.41 0.27 0.37
Hex 78 45 4E 0 2A 23 35 15D 1B 25
Octal 170 105 116 0 52 43 65 535 33 45
Binary 1111000 1000101 1001110 0 101010 100011 110101 101011101 11011 100101

Color Harmonies of #78454E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78454E

Black with #78454E

Text Example


Text Example

White with #78454E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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